AWS S3 sync does not sync all the files, some files are missing

Viewed 24

Several files are missing on AWS s3

Command is as follows

aws s3 sync /local-folder/. s3://source/ --expires 2025-01-01 --cache-control max-age=31556926

Both source and destination timestamps are also different but the sync never happens.

0 Answers
Related