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
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:
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
The text was updated successfully, but these errors were encountered: