DEV Community

Discussion on: Python code to copy all objects from one S3 bucket to another

Collapse
 
ncksecuritydude profile image
NickTheSecurityDude

Its missing:
s3 = boto3.client('s3')
under import boto3