boto3-legacy
boto3-legacy copied to clipboard
Unable to send binary files to S3
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.