You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/block-storage/concepts.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ import StorageBootOnBlock from '@macros/storage/boot-on-block.mdx'
22
22
23
23
<BlockVolumes />
24
24
25
-
Refer to the [dedicated documentation](/block-storage/reference-content/differences-between-5kiops-volumes/) for more information on the different Block Storage volume types.
Copy file name to clipboardExpand all lines: pages/file-storage/concepts.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ import Region from '@macros/concepts/region.mdx'
18
18
19
19
Attaching storage to your Scaleway Instance allows you to use additional or shared storage beyond its [Local Storage](/local-storage/).
20
20
21
+
Refer to the [dedicated documentation](/file-storage/how-to/attach-file-system/) for information on how to attach a file system.
22
+
21
23
## Availability Zone
22
24
23
25
<AvailabilityZone />
@@ -30,10 +32,14 @@ Scaleway File Storage allows you to keep data in an organized hierarchy of files
30
32
31
33
A file system provides a structured way to manage files and directories in the cloud, so that Instances can access, read, and write data as if it were on a local disk. File systems can be shared by several [Instances](/instances/).
32
34
35
+
Refer to the [dedicated documentation](/file-storage/how-to/create-file-system/) for information on how to create a file system.
36
+
33
37
## Mount
34
38
35
39
Mounting a storage volume allows you you to assign a directory (mount point) to an [attached](#attach) storage volume. The files on that storage become available via the assigned directory. This allows you to read and write files on the storage as if they were part of your local file system.
36
40
41
+
Refer to the [dedicated documentation](/file-storage/how-to/mount-file-system/) for information on how to mount a file system.
Copy file name to clipboardExpand all lines: pages/object-storage/concepts.mdx
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Bucket policies are assigned to [principals](#principal), who will be allowed or
28
28
29
29
## Bucket website
30
30
31
-
A feature that allows you to [host static websites on buckets](/object-storage/how-to/use-bucket-website/).
31
+
The Bucket Website feature enables you to [host static websites directly from your Scaleway Object Storage buckets](/object-storage/how-to/use-bucket-website/). You can serve HTML, CSS, JavaScript, and other static files to your users without needing a separate web server. You can set up a custom domain, configure error pages, and manage routing rules.
32
32
33
33
## Edge Services
34
34
@@ -107,9 +107,13 @@ A storage service based on the Amazon S3 protocol. It allows you to store differ
107
107
108
108
Contrary to other storage types such as block devices or file systems, Object Storage bundles the data itself along with metadata [tags](#tags) and a [prefix](#prefix), rather than a file name and a file path.
109
109
110
+
Read our [quickstart documentation](/object-storage/quickstart/) to get started with Scaleway Object Storage.
111
+
110
112
## Parts
111
113
112
-
Parts are the chunks of data that compose multipart objects.
114
+
Parts are individual segments of a larger object that is uploaded in multiple pieces during a multipart upload process. This method divides large uploads into manageable chunks, improving efficiency and reliability. If one part fails, only that part needs to be retried, rather than the entire file. Each part must be uploaded in sequence and identified by a part number, which helps Scaleway Object Storage to reassemble the complete object accurately after all parts have been successfully uploaded.
115
+
116
+
Refer to the [dedicated documentation](/object-storage/api-cli/multipart-uploads/) for more information on multipart uploads.
113
117
114
118
## Prefix
115
119
@@ -136,7 +140,7 @@ A principal is the target of a [bucket policy](#bucket-policy). They acquire the
136
140
137
141
## Retention modes
138
142
139
-
Object Lock provides two modes to manage object retention, **Compliance** and **Governance**. It allows retention settings on individual objects in addition to default retention settings for all objects within a bucket.
143
+
[Object Lock](#object-lock) provides two modes to manage object retention, **Compliance** and **Governance**. It allows retention settings on individual objects in addition to default retention settings for all objects within a bucket.
140
144
141
145
-**Compliance**: When this mode is set, an object version cannot be overwritten or deleted by any user. If the Compliance mode is configured for an object, then its retention mode cannot be changed, and its retention period cannot be shortened. In other words, it ensures that an object version cannot be overwritten or deleted for the duration of the retention period.
142
146
@@ -151,6 +155,8 @@ Object Lock provides two modes to manage object retention, **Compliance** and **
151
155
- The object does not have a Legal Hold in place. If it does, the Legal Hold Status Token must be set to OFF before deletion.
152
156
- When the above criteria are met, you'll be able to use delete-object --version-id to permanently delete an object.
153
157
158
+
Refer to the [dedicated documentation](/object-storage/api-cli/object-lock/) for information on how to use object lock.
159
+
154
160
## Retention period
155
161
156
162
A retention period specifies a fixed period for which an object remains [locked](#object-lock). During this period, your object is WORM-protected and cannot be overwritten or deleted.
0 commit comments