Skip to content

Commit 8fbec91

Browse files
committed
chore(gen): update
1 parent 7d4edfd commit 8fbec91

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

pages/object-storage/api-cli/bucket-website-api.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ title: Setting up static websites on a bucket with the API
33
description: Configure bucket websites using the API in Scaleway Object Storage.
44
tags: object storage object-storage bucket static-website api
55
dates:
6-
validation: 2025-01-15
6+
validation: 2025-07-31
77
posted: 2021-02-17
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

1111

12-
The bucket website feature allows you to host static websites using Scaleway [Object Storage](https://www.scaleway.com/en/object-storage/).
13-
14-
It is possible to enable and configure the bucket website feature via the [AWS-CLI](/object-storage/api-cli/object-storage-aws-cli/).
12+
The bucket website feature allows you to host static websites using Scaleway [Object Storage](https://www.scaleway.com/en/object-storage/) via the [AWS CLI](/object-storage/api-cli/object-storage-aws-cli/).
1513

1614
To enable and configure the bucket website using the Scaleway console, refer to our [dedicated documentation](/object-storage/how-to/use-bucket-website/).
1715

@@ -26,7 +24,7 @@ To enable and configure the bucket website using the Scaleway console, refer to
2624

2725
To use the bucket website feature, you need to enable it on the bucket or buckets you wish to host your website on.
2826

29-
You can use an API call or the AWS-CLI to enable it using `put-bucket-website`.
27+
You can use an API call or the AWS CLI to enable it using `put-bucket-website`.
3028

3129
### Website JSON grammar
3230

pages/object-storage/api-cli/lifecycle-rules-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Managing the lifecycle of objects
33
description: Use the API to manage lifecycle rules in Scaleway Object Storage.
44
tags: object storage object-storage lifecycle
55
dates:
6-
validation: 2024-12-24
6+
validation: 2025-07-31
77
posted: 2019-05-14
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -206,7 +206,7 @@ When using the `awscli` to perform a [multipart upload](/object-storage/api-cli/
206206

207207
You can automate the removal of incomplete multipart uploads by adding or uploading a lifecycle configuration to your bucket. The setup can be done via an API call or an [AWS-CLI](/object-storage/api-cli/object-storage-aws-cli/) command.
208208

209-
Send a [putbucketlifecycleconfiguration](/object-storage/api-cli/bucket-operations/#putbucketlifecycleconfiguration) request with the following XML payload:
209+
Send a [PutBucketLifecycleConfiguration](/object-storage/api-cli/bucket-operations/#putbucketlifecycleconfiguration) request with the following XML payload:
210210

211211
```xml no-copy
212212
<?xml version="1.0" encoding="UTF-8"?>

pages/object-storage/api-cli/setting-cors-rules.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Setting CORS rules on Object Storage buckets
33
description: Set CORS rules to manage cross-origin requests in Scaleway Object Storage.
44
tags: object storage object-storage aws-s3 bucket cors cors-rule
55
dates:
6-
validation: 2024-12-24
6+
validation: 2025-07-31
77
posted: 2021-05-19
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -53,7 +53,6 @@ An example of a cross-origin request: The frontend JavaScript code for a web app
5353

5454
## Getting the CORS configuration of a bucket
5555

56-
5756
To retrieve the CORS rules of a bucket, use the AWS CLI:
5857
```
5958
aws s3api get-bucket-cors --bucket BUCKETNAME

0 commit comments

Comments
 (0)