Skip to content

Mention step to add the correct permissions to the S3 bucket in Readme #2

@hkapasi

Description

@hkapasi

I was facing the below error even after following all steps:
StatusMessage": "ClientError: Disk validation failed [We do not have access to the given resource. Reason 403 Forbidden]",

To solve the I added the below permissions to the S3 bucket

{
"Version":"2012-10-17",
"Statement":[{
"Sid":"PublicReadGetObject",
"Effect":"Allow",
"Principal": "",
"Action":["s3:GetObject"],
"Resource":["arn:aws:s3:::example-bucket/
"
]
}
]
}

So, you could add this as well to the Readme procedure, would help the future readers.

Best Regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions