- You will lose access to your bucket if you are not the owner of the Organization, and if you are not explicitly allowed by the bucket policy.
- The owner of the Organization always has the right to put and delete bucket policies, even if he is not allowed to perform other bucket operations by the bucket policy.
- Each bucket can have only one bucket policy.
- Pushing a new bucket policy to a bucket overwrites any existing bucket policy.
I lost access to a bucket after applying a bucket policy
Before you start
To complete the actions presented below, you must have:
- Owner status or IAM permissions allowing you to perform actions in the intended Organization
Problem
When creating and applying a bucket policy to a bucket, you may lose access to the resources within the bucket if your bucket policy was not set properly.
Bucket policies automatically deny actions to users who are not explicitly allowed by a statement.
Cause
If you are not explicitly allowed access to the resources in your bucket, you may see one of the following messages:
-
[CLI] -
An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
-
[Console] -
Failed to update bucket. Retry.
-
[Console] -
Failed to load data. Try refreshing the page.
Solution
If you have permission to apply a bucket policy, you can also edit it or delete it using the Scaleway console.
-
Click Object Storage on the left side menu of the console. The Object Storage dashboard displays.
-
Click the Bucket policies tab.
-
Click the name of the bucket policy applied to the lost bucket.
-
Either edit it to grant yourself access, or delete it and create a new one
If you have the permission to apply a bucket policy, you can also delete it. To regain access to the resources stored in your bucket, you can either:
- delete the current bucket policy using the command below. The bucket will become available to every user with IAM permissions.
aws s3api delete-bucket-policy --bucket <BUCKET_NAME>
- apply a new bucket policy in the bucket to allow yourself (or the desired principal) to perform the desired storage operations.
Refer to the bucket policies overview for more information on the different elements of a bucket policy.
Going further
-
Refer to the bucket policies overview for more information on the different elements of a bucket policy.
-
If you did not manage to identify the error and solve it by yourself, open a support ticket, and provide as many details as possible, along with the necessary information below:
- Object Storage Endpoint (e.g.
s3.fr-par.scw.cloud
) - Bucket name
- Object name (if the request concerns an object)
- Request type (PUT, GET, etc.)
- HTTP status code
- Date and time (timestamp)
- User-agent (SDK, client, console, etc.)
- Transaction ID (if possible)
- Log / trace of the error (if possible)
- Object Storage Endpoint (e.g.