Managed to make my S3 bucket public but when trying to make the files inside the bucket go public it isn't working.
response = s3.Object(bucket_name, "local-filename.jpg").put(Body=open, ACL='public-
read'("local-filename.jpg", 'rb'))
CodePudding user response:
s3.upload_file(Filename=