Skip to content

Commit 74fbe5d

Browse files
committed
chore(gen): update
1 parent ef50b82 commit 74fbe5d

File tree

7 files changed

+10
-14
lines changed

7 files changed

+10
-14
lines changed

pages/object-storage/api-cli/migrating-buckets.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ title: Migrating data from one bucket to another
33
description: Learn to migrate buckets between accounts and regions with the AWS CLI.
44
tags: object storage object-storage bucket migrate
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-09-02
77
posted: 2018-09-14
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

11-
1211
<Requirements />
1312

1413
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -48,5 +47,3 @@ import Requirements from '@macros/iam/requirements.mdx'
4847
<Message type="important">
4948
Delete the old bucket once everything is copied to avoid additional charges. You can use the following command: `aws s3 rb s3://BUCKET-SOURCE --force`
5049
</Message>
51-
52-

pages/object-storage/api-cli/object-storage-aws-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Using Object Storage with the AWS-CLI
33
description: Integrate AWS CLI with Scaleway Object Storage for seamless operations.
44
tags: object storage object-storage aws-cli aws cli
55
dates:
6-
validation: 2025-02-28
6+
validation: 2025-09-02
77
posted: 2018-07-16
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/object-storage/how-to/use-bucket-website.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ title: How to enable and use the bucket website feature
33
description: Host a website using Scaleway Object Storage buckets.
44
tags: bucket website object-storage object storage
55
dates:
6-
validation: 2025-02-28
6+
validation: 2025-09-02
77
posted: 2021-03-17
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

11-
1211
The Bucket Website feature allows you to host [static websites](https://en.wikipedia.org/wiki/Static_web_page) using Scaleway [Object Storage](https://www.scaleway.com/en/object-storage/).
1312

1413
<Requirements />
@@ -21,6 +20,7 @@ The Bucket Website feature allows you to host [static websites](https://en.wikip
2120
## How to enable the bucket website feature
2221

2322
1. Click **Object Storage** in the **Storage** section of the side menu. The list of your buckets displays.
23+
2424
2. Click the name of the bucket you wish to host your website on.
2525

2626
3. Click **Enable bucket website** in the **bucket settings** tab. A pop-up appears.
@@ -49,12 +49,12 @@ The Bucket Website feature allows you to host [static websites](https://en.wikip
4949
You can also [configure a CNAME record](/tutorials/s3-customize-url-cname/) for your bucket URL to access the website through a domain name of your choice.
5050
</Message>
5151

52-
5352
## Sample HTML files
5453

5554
Use the samples below to quickly create HTML files for testing purposes.
5655

5756
Here is an example of a basic `index.html` file:
57+
5858
```html
5959
<!doctype html>
6060
<html>

pages/object-storage/reference-content/cname-record.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CNAME records and DNS for Edge Services
33
description: Learn how to set up and manage CNAME records for Scaleway Edge Services pipelines. Follow our detailed guide to configure your custom domain and enhance your cloud accessibility.
44
tags: edge-services pipeline cname dns
55
dates:
6-
validation: 2025-02-11
6+
validation: today
77
---
88

99
This document has moved to the new [dedicated Edge Services section](/edge-services/reference-content/cname-record/).

pages/object-storage/reference-content/optimize-object-storage-performance.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Optimize your Object Storage performance
33
description: Optimize performance when using Scaleway Object Storage for your data.
44
tags: object storage object-storage performance tuning better enhance throughput latency optimize
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-09-02
77
posted: 2023-11-24
88
---
99

@@ -81,7 +81,7 @@ Multipart upload allows you to leverage a significant concurrency capacity, beca
8181

8282
- you can **upload object parts as you are creating them**, without knowing the size of the object or the number of parts.
8383

84-
- you can **request different parts simultaneously** using a single cURL request. `GetObject` requests allow you to know the number of parts of an object.
84+
- you can **request different parts simultaneously** using a single `cURL` request. `GetObject` requests allow you to know the number of parts of an object.
8585

8686
- you can [automate the removal of incomplete multipart uploads](/object-storage/api-cli/multipart-uploads/#aborting-a-multipart-upload) to clear the parts that are no longer needed if an upload fails.
8787

pages/object-storage/reference-content/ssl-tls-certificate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: SSL/TLS Certificates for Edge Services
33
description: Discover how to configure SSL/TLS certificates for Scaleway Edge Services pipelines. Follow our comprehensive guide to secure your custom domains and ensure data protection.
44
tags: edge-services pipeline ssl-tls certificate ssl tls pem certificate-authority root-certificate pem chain ca
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-09-02
77
---
88

99
This document has moved to the new [dedicated Edge Services section](/edge-services/reference-content/ssl-tls-certificate/).

pages/scaleway-cli/reference-content/console-keyboard-shortcuts.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Scaleway console CLI keyboard shortcuts
33
description: This page contains the list of keyboard shortcuts to use the Scaleway console CLI
44
tags: devtools cli shortcuts console
55
dates:
6-
validation: 2025-02-28
6+
validation: 2025-09-02
77
posted: 2023-11-20
88
---
99

@@ -28,4 +28,3 @@ These shortcuts only apply to the CLI integrated in the [Scaleway console](https
2828
| Ctrl + L | Clear the screen |
2929
| Ctrl + C | Kill the current task |
3030
| Ctrl + D | Close the CLI |
31-

0 commit comments

Comments
 (0)