Support --acl parameter for sam package
Open
maintainer/need-response
type/feature
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 1.2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 52
Description
It would be very helpful if `sam package` command accepted `--acl` parameter. It would be passed on to uploads to S3 done by the client (similarly how `--metadata` works).
This would allow to work with S3 buckets that require specific ACL settings. Currently we need to resort to some tedious workarounds (like allowing more permissive policy, iterating over s3 key under prefix and chaning permissions with aws s3api put-object-acl.
Would be so great not to have to do it this way.
Contributor guide
Assessment
This issue has not been assessed yet.