-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Retain original modified date time #6601
Copy link
Copy link
Closed
Labels
Description
Confirm by changing [ ] to [x] below:
- [ x] I've gone though the User Guide and the API reference
- [ x] I've searched for previous similar issues and didn't find any solution
Issue is about usage on:
- Service API : I want to do X using Y service, what should I do?
- [ x] CLI : passing arguments or cli configurations.
- Other/Not sure.
Platform/OS/Hardware/Device
What are you running the cli on?
Windows 10
Describe the question
Retaining the original date/time on our files is very crucial to our operation. When uploading to S3 and then downloading back to our system the modified date/time is always today.
While searching github I have seen some information about --exact-timestamps but that hasn't solved the problem.
aws s3 sync --exact-timestamps c:\KTB\ s3://mybucket/KTB/
I just installed aws cli version2, but don't see any new documentation about this.
Thanks!
Logs/output
Get full traceback and error logs by adding --debug to the command.
Reactions are currently unavailable