Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set ACL as public-read for uploads to S3 #181

Merged
merged 1 commit into from
Feb 20, 2018
Merged

Conversation

adriaanm
Copy link
Contributor

@adriaanm adriaanm commented Feb 19, 2018

Now that we're using IAM instance profiles instead of credentials,
our upload is coming from a different account than before
(now: typesafe-scala, before: typesafe-www). This means the
default ACL does not allow access to our uploads, unless
we set it to public-read.

That then set off another chain of events, which resulted in
inlining the tiny part of the s3 plugin that we use, since the plugin
doesn't provide this extension point (see sbt/sbt-s3#37).

(And our usage of S3 is pretty trivial otherwise.)

Inline the tiny part of the s3 plugin that we use,
since it doesn't provide this extension point.
(And our usage of S3 is pretty trivial otherwise.)
@adriaanm adriaanm requested a review from lrytz February 19, 2018 17:19
@adriaanm
Copy link
Contributor Author

Tag, @lrytz -- you're it!

@lrytz
Copy link
Member

lrytz commented Feb 20, 2018

LGTM, I'll try it out as soon as I can

@lrytz lrytz merged commit 2f58fb1 into scala:2.12.x Feb 20, 2018
@adriaanm
Copy link
Contributor Author

I'll also make sure it works. Review was for awareness of the change since you're cutting the next release.

@adriaanm
Copy link
Contributor Author

adriaanm commented Feb 20, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants