Skip to content

Commit d8fa290

Browse files
fix(gen): use case examples
1 parent cbb5f2b commit d8fa290

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

tutorials/abort-multipart-upload-minio/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ dates:
88
validation: 2025-06-09
99
validation_frequency: 12
1010
hero: assets/scaleway_minio.webp
11+
products:
12+
- object-storage
13+
usecase:
14+
- manage-run-and-store-data
15+
ecosystem:
16+
- multi-product
1117
---
1218
import Requirements from '@macros/iam/requirements.mdx'
1319

1420

1521
[Multipart Uploads](/object-storage/api-cli/multipart-uploads/) allows you to upload large files (up to 5 TB) to the Object Storage platform in multiple parts. This allows faster, more flexible uploads.
1622

17-
If you do not complete a multipart upload, all the uploaded parts will still be stored and counted as part of your storage usage. Multipart uploads can be aborted manually [via the API and CLI](/object-storage/api-cli/multipart-uploads/#aborting-a-multipart-upload) or automatically using a [Lifecycle rule](/object-storage/api-cli/lifecycle-rules-api/#setting-rules-for-incomplete-multipart-uploads).
23+
If you do not complete a multipart upload, all the uploaded parts will still be stored and counted as part of your storage usage. Multipart uploads can be aborted manually [via the API and CLI](/object-storage/api-cli/multipart-uploads/#aborting-a-multipart-upload) or automatically using a [Lifecycle rule](/object-storage/api-cli/lifecycle-rules-api/#setting-rules-for-incomplete-multipart-uploads).
1824

1925
If you use the API or the AWS CLI, you will have to abort each incomplete multipart upload independently. However, there is an easier and faster way to abort multipart uploads, using the open-source Amazon S3-compatible client [mc](https://github.com/minio/mc), from MinIO. In this tutorial, we show you how to use mc to abort and clean up all your incomplete multipart uploads at once.
2026

tutorials/access-mac-mini-with-reemo/index.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dates:
88
validation: 2025-08-05
99
posted: 2022-02-18
1010
validation_frequency: 12
11+
1112
---
1213
import image from './assets/scaleway-reemo-portal-1.webp'
1314
import image2 from './assets/scaleway-reemo-download.webp'
@@ -17,7 +18,7 @@ import image4 from './assets/scaleway-reemo-m1.webp'
1718
import Requirements from '@macros/iam/requirements.mdx'
1819

1920

20-
Reemo is an ultra-low latency, high-performance desktop platform designed to allow anyone to connect to any computer and virtual environment from a Chrome browser to work and play freely from anywhere, on any device.
21+
Reemo is an ultra-low latency, high-performance desktop platform designed to allow anyone to connect to any computer and virtual environment from a Chrome browser to work and play freely from anywhere, on any device.
2122
Reemo works perfectly on macOS, Linux, and Windows and supports multiple peripherals.
2223

2324
Scaleway's Apple silicon as-a-Service offer is highly compatible with Reemo.io. Scaleway's Mac mini is built using the latest generation of Apple Mac mini hardware.
@@ -45,7 +46,7 @@ In this tutorial, you will learn how to launch your Mac mini development environ
4546
1. Go to the [Reemo portal](https://portal.reemo.io/) and click **Register now** to create your Reemo account.
4647
<Lightbox image={image} alt="" />
4748
2. Enter your personal details and click **Register**. You will receive an email with a confirmation code.
48-
3. Open your email account and check your security code. Then enter the code in the form and click **Validate** to confirm the account creation.
49+
3. Open your email account and check your security code. Then enter the code in the form and click **Validate** to confirm the account creation.
4950
<Message type="tip">
5051
If you do not receive the validation code, check your spam folder. If you still cannot find the code, click **Send again** to receive it again.
5152
</Message>
@@ -58,9 +59,9 @@ In this tutorial, you will learn how to launch your Mac mini development environ
5859
## Installing the Reemo client
5960

6061
1. Log into your Mac mini using an exsiting [remote desktop connection](/apple-silicon/how-to/access-remote-desktop-mac-mini/).
61-
2. Open a terminal once logged into your Mac mini, open a terminal.
62+
2. Open a terminal once logged into your Mac mini, open a terminal.
6263
3. Run the following command to install the Reemo client on your machine:
63-
```sh
64+
```sh
6465
# For older MacOS version (pre ventura) you can install this audio driver for audio capture support
6566
brew install blackhole-2ch
6667
# You need Administrator Priviledges

0 commit comments

Comments
 (0)