sbt / sbt-s3

sbt-s3 is a simple sbt plugin to manipulate objects on Amazon S3
Apache License 2.0
63 stars 29 forks source link

Add support for file permissions #37

Open skonto opened 7 years ago

skonto commented 7 years ago

It should be straightforward to add at least canned ACLs, after this line: https://github.com/sbt/sbt-s3/blob/master/src/main/scala/S3Plugin.scala#L291. http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl

I could create a PR for this issue. Thoughts?