Skip to content

Commit 86ce276

Browse files
committed
chore(gen): updaéte
1 parent a2955f0 commit 86ce276

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bucket policies overview
33
description: Implement and manage bucket policies in Scaleway Object Storage.
44
tags: object-storage bucket bucket-policy s3
55
dates:
6-
validation: 2024-12-24
6+
validation: 2025-07-30
77
posted: 2021-02-17
88
---
99
import StorageBucketPolicy from '@macros/storage/bucket-policy.mdx'
@@ -405,7 +405,7 @@ Bucket policies use a JSON-based access policy language, and are composed of str
405405

406406
- `s3:DeleteBucketWebsite`
407407
- `s3:GetBucketAcl`
408-
- `s3:GetBucketCORS`
408+
- `s3:GetBucketCors`
409409
- `s3:GetBucketLocation`
410410
- `s3:GetBucketObjectLockConfiguration`
411411
- `s3:GetBucketTagging`
@@ -416,7 +416,7 @@ Bucket policies use a JSON-based access policy language, and are composed of str
416416
- `s3:ListBucketMultipartUploads`
417417
- `s3:ListBucketVersions`
418418
- `s3:PutBucketAcl`
419-
- `s3:PutBucketCORS`
419+
- `s3:PutBucketCors`
420420
- `s3:PutBucketObjectLockConfiguration`
421421
- `s3:PutBucketTagging`
422422
- `s3:PutBucketVersioning`
@@ -439,7 +439,7 @@ Bucket policies use a JSON-based access policy language, and are composed of str
439439
- `s3:GetObjectVersionTagging`
440440
- `s3:ListMultipartUploadParts`
441441
- `s3:PutObject`
442-
- `s3:PutObjectACL`
442+
- `s3:PutObjectAcl`
443443
- `s3:PutObjectLegalHold`
444444
- `s3:PutObjectRetention`
445445
- `s3:PutObjectTagging`

pages/object-storage/quickstart.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Object Storage - Quickstart
33
description: Quickly get started with Scaleway Object Storage.
44
tags: object-storage object storage bucket archived
55
dates:
6-
validation: 2024-12-24
6+
validation: 2025-07-30
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

1111

12-
[Scaleway Object Storage](/object-storage/concepts/#object-storage) is an Object Storage service based on the Amazon S3 protocol. It allows you to store any objects (documents, images, videos, etc.) and access them anytime from anywhere in the world. You can manage your storage directly from the Scaleway console. On the control panel, you can easily upload, download, and visualize the objects in your buckets. In addition, you can integrate many existing libraries or CLI clients into your application or scripts.
12+
[Scaleway Object Storage](/object-storage/concepts/#object-storage) is an Object Storage service based on the Amazon S3 protocol. It allows you to store any objects (documents, images, videos, etc.) and access them anytime from anywhere in the world. You can manage your storage directly from the Scaleway console, to easily upload, download, and visualize the objects in your buckets. In addition, you can integrate many existing libraries or CLI clients into your application or scripts.
1313

1414
## Console overview
1515
Discover the Object Storage interface on the Scaleway console.
@@ -55,16 +55,16 @@ You can find more information about your bucket by clicking on its name in the *
5555
<Message type="important">
5656
Before uploading your files, make sure the file name follows the [AWS S3 Object key naming guidelines](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines).
5757
</Message>
58-
5. Select the Storage Class of your object. Scaleway Object Storage allows you to associate storage classes with each of your objects. You can choose the storage class depending on your use case:
58+
5. Select the storage class of your object. Scaleway Object Storage allows you to associate storage classes with each of your objects. You can choose the storage class depending on your use case:
5959
- [Standard](/object-storage/concepts/#storage-class): The `Standard` class is [Multi-AZ](/object-storage/faq/#what-are-the-object-storage-classes-offered-by-scaleway), and is available in all regions. It is suitable for any use case, such as on-demand content, like streaming or CDN.
6060
- [One Zone - IA](/object-storage/concepts/#storage-class): The `One Zone - IA` class is available in all regions, and is a good choice for storing secondary backup copies or easily re-creatable data.
6161
- [Glacier](/object-storage/concepts/#storage-class): Archived storage. Your data needs to be restored first to be accessed. This class is available in the `fr-par` and `nl-ams` regions.
6262

6363
<Message type="note">
6464
- Pricing depends on the storage class you have selected.
65-
- It is possible to [edit the storage classes](/object-storage/how-to/edit-storage-class/) at any time from the Object Storage bucket dashboard.
65+
- You can [edit the storage classes](/object-storage/how-to/edit-storage-class/) at any time from the Object Storage bucket dashboard.
6666
</Message>
67-
A list of the bucket's objects displays including the newly uploaded objects.
67+
A list of the bucket's objects displays, including the newly uploaded objects.
6868

6969
## How to download files from a bucket
7070

pages/serverless-jobs/how-to/delete-job.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to delete a Serverless Job
33
description: Learn to delete jobs effectively on Scaleway Serverless platform.
44
tags: delete serverless job scaleway
55
dates:
6-
validation: 2024-12-24
6+
validation: 2025-07-30
77
posted: 2021-11-14
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/serverless-jobs/how-to/monitor-job.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to monitor logs and metrics for Serverless Jobs
33
description: Monitor job execution and performance on Scaleway Serverless.
44
tags: serverless jobs logs metrics cockpit grafana activity
55
dates:
6-
validation: 2024-12-24
6+
validation: 2025-07-30
77
posted: 2023-11-20
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -63,7 +63,6 @@ Make sure that you have created a Grafana user and [retrieved their username and
6363

6464
The following metrics are available to monitor your Serverless Jobs:
6565

66-
6766
- Job runs running
6867
- Execution time for job runs
6968
- Job runs succeeded

0 commit comments

Comments
 (0)