Skip to content

Commit 3c87acd

Browse files
committed
docs(gen): update
1 parent 0f84fef commit 3c87acd

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
meta:
3+
title: I get error messages when trying to access a bucket
4+
description: Solve errors encountered while trying to access your bucket with Scaleway Object Storage.
5+
content:
6+
h1: I get error messages when trying to access a bucket
7+
paragraph: Solve errors encountered while trying to access your bucket with Scaleway Object Storage.
8+
tags: help troubleshooting access bucket error message denied deny fail failed
9+
dates:
10+
validation: 2025-03-24
11+
posted: 2025-03-24
12+
categories:
13+
- storage
14+
- object-storage
15+
---
16+
17+
<Macro id="requirements" />
18+
19+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
20+
21+
22+
## Problem
23+
24+
One of the following messages display when trying to access your bucket using Scaleway Object Storage:
25+
26+
- `Failed to preprocess target Error: S3 error: Access Denied`
27+
- `Error: Shared memory connection was closed.`
28+
- `Failed to upload disk 'shadowSpec>'`
29+
- `Agent failed to process method {DataTransfer.SyncDisk}.`
30+
31+
#### Cause
32+
33+
The application cannot access the Object Storage resource.
34+
35+
#### Solution
36+
37+
If you encounter one or several of the error messages above:
38+
39+
- Check for issues with your API key by following [this procedure](/object-storage/troubleshooting/api-key-does-not-work/).
40+
41+
- make sure that you have the `ObjectStorageFullAccess` [IAM permission](/iam/concepts/#permission).
42+
43+
- make sure that there is no [bucket policy](/object-storage/api-cli/bucket-policy/) preventing the application to access your bucket.
44+
45+
## Going further
46+
47+
- If you did not manage to identify the error and solve it by yourself, [open a support ticket](/account/how-to/open-a-support-ticket/), and provide as many details as possible, along with the necessary information below:
48+
- Object Storage Endpoint (e.g. `s3.fr-par.scw.cloud`)
49+
- Bucket name
50+
- Object name (if the request concerns an object)
51+
- Request type (PUT, GET, etc.)
52+
- HTTP status code
53+
- Date and time (timestamp)
54+
- User-agent (SDK, client, console, etc.)
55+
- Transaction ID (if possible)
56+
- Log / trace of the error (if possible)

0 commit comments

Comments
 (0)