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

Instructions for s3 setup #9

Open
smokeyfro opened this issue Aug 21, 2019 · 0 comments
Open

Instructions for s3 setup #9

smokeyfro opened this issue Aug 21, 2019 · 0 comments

Comments

@smokeyfro
Copy link

smokeyfro commented Aug 21, 2019

Hi @aheinze ,

I'm trying to setup the S3 cloud storage and have got my yaml config file updated with my connection info, but the part I'm a bit unclear on is how the bucket needs to setup in S3. I have set the public section of the access control to list objects and read bucket permissions and set the bucket policy to:

{
"Version": "2012-10-17",
"Id": "Policy1565701876440",
"Statement": [
{
"Sid": "Stmt1565701866682",
"Effect": "Allow",
"Principal": "",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::smokeyfro/
"
}
]
}

The cors config section is empty.

Do you have any idea what I'm missing? I'm on Cockpit Next (0.9.2)

TIA,
Chris

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

No branches or pull requests

1 participant