s3 sync does not preserve permissions across buckets
Open
feature-request
p2
s3
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
When I sync across buckets with a command of:
aws s3 sync s3://bucket1 s3://bucket2
I would expect the files in bucket2 to have the same permissions as the files in bucket1 by default as it is a "sync"
Instead they only have the default permissions.
Contributor guide
Assessment
This issue has not been assessed yet.