Otherwise, you can write the file but they can’t access it 🙂
s3.put_object(
Bucket=bucketname,
Key=filename,
Body=content_bytes,
ContentMD5=content_md5,
ACL="bucket-owner-full-control" # Uncomment this line to generate error
)
Otherwise, you can write the file but they can’t access it 🙂
s3.put_object(
Bucket=bucketname,
Key=filename,
Body=content_bytes,
ContentMD5=content_md5,
ACL="bucket-owner-full-control" # Uncomment this line to generate error
)