4 lines
45 B
Python
4 lines
45 B
Python
import boto3
|
|
|
|
s3_client = boto3.client('s3')
|
import boto3
|
|
|
|
s3_client = boto3.client('s3')
|