boto3-legacy icon indicating copy to clipboard operation
boto3-legacy copied to clipboard

Unable to send binary files to S3

Open AlBlanc opened this issue 10 years ago • 0 comments

Hello,

I am trying to send files on my S3 buckets using the boto3.session.connect_to('s3').put_object() method. It works well when i send text streang. (using str type as content method parameter)

But it doesn't work when i am passing bytes to the method.

AlBlanc avatar Apr 07 '14 16:04 AlBlanc