You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
I'm encountering an issue when uploading image files to S3 using Boto3 in a Lambda function. The uploaded image is corrupted.
Image format: JPG S3 bucket settings: No Public Access, no specific ACLs or encryption. Lambda environment: Python 3.12
Expected behavior: The image should be uploaded to S3 without corruption. Actual behavior: The uploaded image is corrupted and cannot be viewed correctly.
Hi @xanderbilla, thanks for reaching out. This repository is for tracking issues that apply to multiple AWS SDKs. I've created an issue in the Boto3 repository (boto/boto3#4229) for this. Please follow-up on that issue. Thanks!
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm encountering an issue when uploading image files to S3 using Boto3 in a Lambda function. The uploaded image is corrupted.
Image format: JPG
S3 bucket settings: No Public Access, no specific ACLs or encryption.
Lambda environment: Python 3.12
Expected behavior: The image should be uploaded to S3 without corruption.
Actual behavior: The uploaded image is corrupted and cannot be viewed correctly.
I've tried different image formats and S3 configurations without success. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: