You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Currently, sbt-s3-resolver sets the default ACL value as PublicRead. While that can easily be changed to Private, I'd still need to have a s3:PutObjectAcl permission when running.
What I'd like is to optionally set the ACL value (such as Some(CannedAccessControlList.PublicRead)) and, if None, 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: