Skip to content

Commit 5664daa

Browse files
committed
chore(gen): update
1 parent 2d866a3 commit 5664daa

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

pages/block-storage/concepts.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import StorageBootOnBlock from '@macros/storage/boot-on-block.mdx'
2222

2323
<BlockVolumes />
2424

25-
Refer to the [dedicated documentation](/block-storage/reference-content/differences-between-5kiops-volumes/) for more information on the different Block Storage volume types.
26-
2725
## Boot-on-block
2826

2927
<StorageBootOnBlock />

pages/file-storage/concepts.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ import Region from '@macros/concepts/region.mdx'
1818

1919
Attaching storage to your Scaleway Instance allows you to use additional or shared storage beyond its [Local Storage](/local-storage/).
2020

21+
Refer to the [dedicated documentation](/file-storage/how-to/attach-file-system/) for information on how to attach a file system.
22+
2123
## Availability Zone
2224

2325
<AvailabilityZone />
@@ -30,10 +32,14 @@ Scaleway File Storage allows you to keep data in an organized hierarchy of files
3032

3133
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/).
3234

35+
Refer to the [dedicated documentation](/file-storage/how-to/create-file-system/) for information on how to create a file system.
36+
3337
## Mount
3438

3539
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.
3640

41+
Refer to the [dedicated documentation](/file-storage/how-to/mount-file-system/) for information on how to mount a file system.
42+
3743
## Region
3844

3945
<Region />

pages/object-storage/concepts.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Bucket policies are assigned to [principals](#principal), who will be allowed or
2828

2929
## Bucket website
3030

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.
3232

3333
## Edge Services
3434

@@ -107,9 +107,13 @@ A storage service based on the Amazon S3 protocol. It allows you to store differ
107107

108108
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.
109109

110+
Read our [quickstart documentation](/object-storage/quickstart/) to get started with Scaleway Object Storage.
111+
110112
## Parts
111113

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.
113117

114118
## Prefix
115119

@@ -136,7 +140,7 @@ A principal is the target of a [bucket policy](#bucket-policy). They acquire the
136140

137141
## Retention modes
138142

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.
140144

141145
- **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.
142146

@@ -151,6 +155,8 @@ Object Lock provides two modes to manage object retention, **Compliance** and **
151155
- 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.
152156
- When the above criteria are met, you'll be able to use delete-object --version-id to permanently delete an object.
153157

158+
Refer to the [dedicated documentation](/object-storage/api-cli/object-lock/) for information on how to use object lock.
159+
154160
## Retention period
155161

156162
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

Comments
 (0)