Skip to content

Commit ed6de0f

Browse files
committed
chore(gen): update
1 parent 9922ffd commit ed6de0f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pages/object-storage/concepts.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ content:
77
paragraph: Understand key concepts and features of Scaleway Object Storage.
88
tags: retention endpoint object-storage storage bucket acl multipart object amazon-s3 retention signature versioning archived
99
dates:
10-
validation: 2024-11-27
10+
validation: 2025-06-09
11+
posted: 2021-05-26
1112
categories:
1213
- storage
1314
- object-storage
@@ -90,7 +91,7 @@ A multipart upload consists of three steps:
9091

9192
- The client initiates the upload to a specific bucket
9293
- The different parts are uploaded
93-
- Object Storage constructs the object from the uploaded parts
94+
- Object Storage builds the object from the uploaded parts
9495

9596
## Object
9697

@@ -116,7 +117,7 @@ Parts are the chunks of data that compose multipart objects.
116117

117118
## Prefix
118119

119-
A prefix is a string of characters at the beginning of the [object key name](#object). They are often used to organize your data similarly to directories and to manage object [lifecycle](#lifecycle-configuration). However, prefixes are not directories.
120+
A prefix is a string of characters at the beginning of the [object key name](#object). They are often used to organize your data similarly to directories, and to manage object [lifecycle](#lifecycle-configuration). However, prefixes are not directories.
120121

121122
In the context of Scaleway Object Storage, prefixes are used to display folders in the Scaleway console for practical reasons. The `/` character in a prefix is used as a delimiter to allow you to organize your objects hierarchically.
122123

0 commit comments

Comments
 (0)