Getting 'tzlocal' object has no attribute 'tz'
when trying to upload to s3.
#8905
Labels
'tzlocal' object has no attribute 'tz'
when trying to upload to s3.
#8905
Describe the bug
Attempting to upload a file to s3 with
aws s3 cp {local file} {s3:uri}
fails with the following error:upload failed: {local file} to {s3://destination} 'tzlocal' object has no attribute 'tz'
Expected Behavior
File to upload successfully.
Current Behavior
upload failed: {local file} to {s3://destination} 'tzlocal' object has no attribute 'tz'`
Reproduction Steps
Uncertain, but try installing aws-cli on python:3.12.5-alpine3.20 docker image
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.15.57
Environment details (OS name and version, etc.)
Python/3.12.5 Linux/5.10.223-211.872.amzn2.x86_64 source/x86_64.alpine.3
The text was updated successfully, but these errors were encountered: