Skip to content

Commit bfdf178

Browse files
committed
docs(gen): add troubleshooting indexes MTA-5747
1 parent 7e924e7 commit bfdf178

File tree

2 files changed

+99
-0
lines changed

2 files changed

+99
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
meta:
3+
title: Block Storage - Troubleshooting
4+
description: $desc Find troubleshooting resources for resolving issues with Scaleway Block Storage.
5+
content:
6+
paragraph: *desc
7+
dates:
8+
posted: 2025-03-12
9+
validation: 2025-03-12
10+
categories:
11+
- serverless
12+
---
13+
<ProductHeader
14+
productName="Block Storage troubleshooting"
15+
productLogo="blockStorage"
16+
description="Find resources for resolving issues with Scaleway Block Storage"
17+
/>
18+
## Featured Pages
19+
<Grid>
20+
<DefaultCard
21+
title="Block Storage FAQ"
22+
description="General info on Block Storage"
23+
url="/faq/block-storage/"
24+
label="See more"
25+
/>
26+
<DefaultCard
27+
title="Different Block Storage volume types"
28+
description="Learn about different types of blocks."
29+
url="/block-storage/reference-content/differences-between-5kiops-volumes/"
30+
label="See more"
31+
/>
32+
<DefaultCard
33+
title="Migrating from Instances API to Block Storage API"
34+
description="Advantages of migration."
35+
url="/#"
36+
label="See more"
37+
/>
38+
</Grid>

pages/object-storage/troubleshooting/index.mdx

+61
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,65 @@ meta:
55
content:
66
h1: Object Storage - Troubleshooting
77
paragraph: Resolve common issues with Scaleway Object Storage.
8+
dates:
9+
posted: 2025-03-12
10+
validation: 2025-03-12
11+
categories:
12+
- object-storage
813
---
14+
15+
<ProductHeader
16+
productName="Object Storage troubleshooting"
17+
productLogo="objectStorage"
18+
description="Resolve common issues with Scaleway Object Storage."
19+
/>
20+
21+
## Featured Pages
22+
<Grid>
23+
<DefaultCard
24+
title="Object Storage FAQ"
25+
description="General information on Object Storage"
26+
url="/faq/object-storage/"
27+
label="See more"
28+
/>
29+
<DefaultCard
30+
title="Bucket Policies Overview"
31+
description="Information and examples on Bucket policies."
32+
url="/object-storage/api-cli/bucket-policy/"
33+
label="See more"
34+
/>
35+
<DefaultCard
36+
title="API calls list"
37+
description="List of supported API calls."
38+
url="/object-storage/api-cli/using-api-call-list/"
39+
label="See more"
40+
/>
41+
</Grid>
42+
<Grid>
43+
<DefaultCard
44+
title="Optimize your Object Storage performance"
45+
description="Tips to optimize your deployment."
46+
url="/object-storage/reference-content/optimize-object-storage-performance/"
47+
label="See more"
48+
/>
49+
<DefaultCard
50+
title="Amazon S3 and IAM permissions equivalence"
51+
description="List of authorized operations per permissions set."
52+
url="/object-storage/reference-content/s3-iam-permissions-equivalence/"
53+
label="See more"
54+
/>
55+
<DefaultCard
56+
title="Migrating data from one bucket to another"
57+
description="Transfer objects between two buckets."
58+
url="/object-storage/api-cli/migrating-buckets/"
59+
label="See more"
60+
/>
61+
</Grid>
62+
## Object Storage troubleshooting pages
63+
64+
- [My API key does not work with Object Storage](/object-storage/troubleshooting/api-key-does-not-work/)
65+
- [I cannot access my data](/object-storage/troubleshooting/cannot-access-data/)
66+
- [I cannot delete my bucket](/object-storage/troubleshooting/cannot-delete-bucket/)
67+
- [I cannot restore my objects from Glacier](/object-storage/troubleshooting/cannot-restore-glacier/)
68+
- [I lost access to a bucket after applying a bucket policy](/object-storage/troubleshooting/lost-bucket-access-bucket-policy/)
69+
- [I am experiencing performance issues](/object-storage/troubleshooting/low-performance/)

0 commit comments

Comments
 (0)