-
Notifications
You must be signed in to change notification settings - Fork 3
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
Your access key and secret key are in final.yml #5
Comments
Dave, you can put the read-only creds in final.yml (or mark the assets public via console); and read-write creds in private.yml. Is there a way to setup an s3 bucket to mark all uploaded blobs as public via bosh sync blobs? Brian, is this what you did? On Tue, Jan 21, 2014 at 5:48 PM, David Stevenson [email protected]
|
It looks like you can set a bucket policy to allow anonymous downloads of any object in a bucket. Since the object ids are known to bosh it seems like it would work. |
Yes, we were able to make that work.
Here's our
|
@drnic is correct, those are RO credentials, however I'm glad you brought this up @adamstegman, I think this is a good route as well. I havn't followed any recent changes to proper blob management with BOSH recently, but this may be a better route to go. |
They belong in private.yml, not checked into git.
The text was updated successfully, but these errors were encountered: