Support --acl parameter for sam package
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.
Hi Same issue I'm facing, it will be helpful to have this feature so we can package our resources and send it to our production buckets as artifacts.
Created a basic PR to try and address this as this is a feature we require as well.
@celestialorb nice! I really hope this gets accepted!