Skip to content

Commit ac2b66d

Browse files
committed
feat(gen): remove mentions of S3 only
1 parent b28c554 commit ac2b66d

File tree

14 files changed

+24
-14
lines changed

14 files changed

+24
-14
lines changed

managed-services/iot-hub/how-to/understand-event-messages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This section shows you the types of message that can be received in IoT Hub Even
6262

6363
### Amazon S3 route errors
6464
- `"'BUCKET_NAME' s3 bucket write failed. Error HTTP_STATUS_CODE: ERROR_CODE (request-id: REQUEST_ID)"`:
65-
The route failed to write to the specified s3 bucket.
65+
The route failed to write to the specified Object Storage bucket.
6666
`BUCKET_NAME` is the name of the bucket route attempt to write to, `HTTP_STATUS_CODE` and `ERROR_CODE` are standard [S3 error codes](https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList)
6767

6868
## Database errors

managed-services/iot-hub/reference-content/routes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
excerpt: |
99
This page provides detailed information about Scaleway IoT Hub Routes.
1010
totalTime: PT5M
11-
tags: iot iot-hub route s3 database postgres postgresql mysql rest api inference
11+
tags: iot iot-hub route amazon-s3 database postgres postgresql mysql rest api inference
1212
dates:
1313
validation: 2024-05-06
1414
posted: 2021-08-31

network/load-balancer/how-to/set-up-s3-failover.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: How to configure a customized error page
77
paragraph: This page explains how to configure a customized error page for your Load Balancer, using the Scaleway Object Storage Bucket Website feature
8-
tags: s3-failover s3 failover load-balancer object-storage bucket
8+
tags: s3-failover amazon-s3 failover load-balancer object-storage bucket
99
dates:
1010
validation: 2024-05-26
1111
posted: 2022-02-21

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ If you want your website to be accessible, you need to set up a bucket policy.
179179

180180
### Configuring your URL
181181

182-
You can access your website using the website endpoint of your bucket, generated by s3 under the default format:
182+
You can access your website using the website endpoint of your bucket, generated by Amazon S3 under the default format:
183183

184184
`https://<bucket_name>.s3-website.<bucket_region>.scw.cloud`
185185

storage/object/api-cli/combining-iam-and-object-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Combining IAM and bucket policies to set up granular access to Object Storage
77
paragraph: Integrate IAM with Scaleway Object Storage for enhanced access control.
8-
tags: object storage command bucket s3 iam permissions acl policy
8+
tags: object storage command bucket amazon-s3 iam permissions acl policy
99
dates:
1010
validation: 2024-05-14
1111
posted: 2023-01-17

storage/object/api-cli/installing-minio-client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- object-storage
1515
---
1616

17-
The [MinIO Client](https://min.io/docs/minio/linux/reference/minio-mc.html) (`mc`) is a command-line tool that allows you to manage your s3 projects, providing a modern alternative to UNIX commands.
17+
The [MinIO Client](https://min.io/docs/minio/linux/reference/minio-mc.html) (`mc`) is a command-line tool that allows you to manage your Object Storage projects, providing a modern alternative to UNIX commands.
1818

1919
<Macro id="requirements" />
2020

storage/object/api-cli/managing-lifecycle-cliv2.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ categories:
2727
- A valid [API key](/identity-and-access-management/iam/how-to/create-api-keys/)
2828
- An [Object Storage bucket](/storage/object/how-to/create-a-bucket/)
2929
- Installed and initialized the [Scaleway CLI](/developer-tools/scaleway-cli/quickstart/)
30-
- Downloaded [S3cmd](https://github.com/s3tools/s3cmd), [rclone](https://rclone.org/downloads/) and [mc](https://github.com/minio/mc) s3 tools
30+
- Downloaded [S3cmd](https://github.com/s3tools/s3cmd), [rclone](https://rclone.org/downloads/) and [mc](https://github.com/minio/mc)
3131

3232

3333
## Creating a configuration file for the Scaleway CLI
@@ -210,7 +210,7 @@ Run the following command in a terminal to remove an object from your bucket:
210210
```
211211

212212
<Message type="tip">
213-
For more information about the s3 tools used in this documentation, refer to the official [rclone](https://rclone.org/docs/), [s3cmd](https://s3tools.org/s3cmd-howto), and [mc](https://github.com/minio/mc) documentation.
213+
For more information about the Amazon S3-compatible tools used in this documentation, refer to the official [rclone](https://rclone.org/docs/), [s3cmd](https://s3tools.org/s3cmd-howto), and [mc](https://github.com/minio/mc) documentation.
214214
</Message>
215215

216216

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Setting CORS rules on Object Storage buckets
77
paragraph: Set CORS rules to manage cross-origin requests in Scaleway Object Storage.
8-
tags: object storage object-storage s3 bucket cors cors-rule
8+
tags: object storage object-storage aws-s3 bucket cors cors-rule
99
dates:
1010
validation: 2024-06-17
1111
posted: 2021-05-19

storage/object/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ categories:
1515

1616
## Access control list (ACL)
1717

18+
<<<<<<< HEAD
1819
Access control lists (ACL) are subresources attached to buckets and objects. They define which Scaleway users have access to the attached object/bucket, and the type of access they have. Whenever a user makes a request against a resource, Amazon S3 checks its ACL and verifies that they have permission to carry out the request.
20+
=======
21+
Access control lists (ACL) are subresources attached to buckets and objects. They define which Scaleway users have access to the attached object/bucket, and the type of access they have. Whenever a user makes a request against a resource, Object Storage checks its ACL and verifies that they have permission to carry out the request.
22+
>>>>>>> 8888c6b0f (feat(gen): remove mentions of S3 only)
1923

2024
## Bucket
2125

storage/object/how-to/create-bucket-policy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: How to create and manage bucket policies using the console
77
paragraph: Create and apply bucket policies for Object Storage.
8-
tags: bucket policy bucket console object storage s3 access
8+
tags: bucket policy bucket console object storage aws-s3 access
99
dates:
1010
validation: 2024-05-30
1111
posted: 2024-05-30

0 commit comments

Comments
 (0)