Closed hkupty closed 7 years ago
Hey @hkupty! Sounds like a good idea 👍 Pull-requests are always welcome.
I think this can be closed now. Thank you very much for the plugin and the supportiveness! Cheers
It's my pleasure 😊 Thanks for contributing!
Hi! Currently, sbt-s3-resolver sets the default ACL value as
PublicRead
. While that can easily be changed toPrivate
, I'd still need to have as3:PutObjectAcl
permission when running.What I'd like is to optionally set the ACL value (such as
Some(CannedAccessControlList.PublicRead)
) and, ifNone
, don't supply an ACL value at all, using the bucket default instead.I understand that this would also affect
ivy-s3-resolver
, but if you agree, I can come up with PRs for both projects.Cheers, Henry Kupty