Skip to content

Commit 79f57f6

Browse files
authored
Merge pull request #8390 from ovh/update-objectstorage-sseomk-ui
update(Object Storage): add images about new UI
2 parents f69fe5d + 7db8327 commit 79f57f6

18 files changed

+720
-302
lines changed

pages/storage_and_backup/object_storage/s3_encrypt_your_objects_with_sse_c/guide.de-de.md

Lines changed: 48 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Verschlüsseln Ihrer serverseitigen Objekte mit SSE-C oder SSE-OMK (EN)
33
excerpt: This guide explains how to encrypt your server-side objects with SSE-C or SSE-OMK
4-
updated: 2024-11-29
4+
updated: 2025-09-12
55
---
66

77
<style>
@@ -234,33 +234,61 @@ Be careful not to include specific encryption headers when downloading an encryp
234234

235235
#### Adding encryption to an existing bucket on Object Storage
236236

237-
To add SSE-OMK encryption to an existing Object Storage bucket on OVHcloud, you must use the `put-bucket-encryption` command from the AWS CLI. This command configures bucket encryption so that all newly added objects are automatically encrypted with SSE-OMK. Here is the specific command you would use:
238-
239-
```bash
240-
aws s3api put-bucket-encryption --bucket your-bucket --server-side-encryption-configuration '{"Rules":[{"ApplyServerSideEncryptionByDefault":{"SSEAlgorithm":"AES256"}}]}' --endpoint-url https://s3.io.cloud.ovh.net
241-
```
242-
243-
- Replace `your-bucket` with the name of your Object Storage bucket.
237+
> [!primary]
238+
>
239+
> **Note:** If you want to enable SSE-OMK encryption at bucket creation, see our [Object Storage - Getting started with Object Storage](/pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage) guide.
240+
>
244241
245-
This will configure the bucket to use SSE-OMK encryption with keys managed by Object Storage (AES256) for all new objects.
242+
> [!tabs]
243+
> Via AWS S3api
244+
>> To add SSE-OMK encryption to an existing Object Storage bucket on OVHcloud, you must use the `put-bucket-encryption` command from the AWS CLI. This command configures bucket encryption so that all newly added objects are automatically encrypted with SSE-OMK. Here is the specific command you would use:
245+
>>
246+
>> ```bash
247+
>> aws s3api put-bucket-encryption --bucket your-bucket --server-side-encryption-configuration '{"Rules":[{"ApplyServerSideEncryptionByDefault":{"SSEAlgorithm":"AES256"}}]}' --endpoint-url https://s3.io.cloud.ovh.net
248+
>> ```
249+
>>
250+
>> - Replace `your-bucket` with the name of your Object Storage bucket.
251+
>>
252+
>> This will configure the bucket to use SSE-OMK encryption with keys managed by Object Storage (AES256) for all new objects.
253+
>>
254+
> Via the OVHcloud Control Panel
255+
>> In your OVHcloud Control Panel, click on the `Public Cloud`{.action} tab, select your Public Cloud project, then click on` Object Storage`{.action} in the left-hand menu.
256+
>>
257+
>> Next, select the Object Storage bucket you want to manage, and in the information panel, click on `Enable encryption`{.action}.
258+
>>
259+
>> ![Object Storage enabling encryption](images/object_storage_information_panel_encryption.png){.thumbnail}
260+
>>
261+
>> Click on the `Enable`{.action} button.
262+
>>
263+
>> ![Object Storage enabling encryption window](images/object_storage_enabling_encryption.png){.thumbnail}
264+
>>
246265
247266
> [!primary]
248267
> Existing objects will not be affected. If you also wish to encrypt them, you will need to copy or upload them again after changing this configuration.
249268
>
250269
251270
##### Viewing bucket encryption configuration
252271
253-
After configuring your bucket encryption via `PutBucketEncryption` to use SSE-OMK, make sure everything is set up correctly using the following command with the AWS CLI:
254-
255-
```bash
256-
aws s3api get-bucket-encryption --bucket your-bucket --endpoint-url https://s3.io.cloud.ovh.net
257-
```
258-
259-
- Replace `your-bucket` with the name of your bucket.
260-
261-
With this command, you can check your bucket’s current encryption configuration to ensure that SSE-OMK encryption is enabled.
262-
263-
In this order, replace `your-bucket` with the name of your bucket. This command returns the details of your bucket’s current encryption configuration, confirming the use of SSE-OMK for data encryption at rest.
272+
After configuring bucket encryption using `PutBucketEncryption` or through the OVHcloud Control Panel to enable SSE-OMK, make sure that everything has been set up correctly:
273+
274+
> [!tabs]
275+
> Via the AWS S3api
276+
>>
277+
>> ```bash
278+
>> aws s3api get-bucket-encryption --bucket your-bucket --endpoint-url https://s3.io.cloud.ovh.net
279+
>> ```
280+
>>
281+
>> - Replace `your-bucket` with the name of your bucket.
282+
>>
283+
>> With this command, you can check your bucket’s current encryption configuration to ensure that SSE-OMK encryption is enabled.
284+
>>
285+
>> In this order, replace `your-bucket` with the name of your bucket. This command returns the details of your bucket’s current encryption configuration, confirming the use of SSE-OMK for data encryption at rest.
286+
>>
287+
> Via the OVHcloud Control Panel
288+
>> Go to the information panel of the bucket concerned, then check the `Security and permissions` section. There you will find the `Encryption default` option, which indicates whether SSE-OMK encryption is enabled or not.
289+
>>
290+
>> ![Object Storage information panel encryption](images/object_storage_information_panel_encryption_enable.png){.thumbnail}
291+
>>
264292
265293
This extra step ensures full transparency and helps ensure your data is kept safe to the highest standards, with the simplicity and efficiency offered by SSE-OMK encryption managed by OVHcloud.
266294

pages/storage_and_backup/object_storage/s3_encrypt_your_objects_with_sse_c/guide.en-asia.md

Lines changed: 48 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Encrypt your server-side objects with SSE-C or SSE-OMK
33
excerpt: This guide explains how to encrypt your server-side objects with SSE-C or SSE-OMK
4-
updated: 2024-11-29
4+
updated: 2025-09-12
55
---
66

77
<style>
@@ -234,33 +234,61 @@ Be careful not to include specific encryption headers when downloading an encryp
234234

235235
#### Adding encryption to an existing bucket on Object Storage
236236

237-
To add SSE-OMK encryption to an existing Object Storage bucket on OVHcloud, you must use the `put-bucket-encryption` command from the AWS CLI. This command configures bucket encryption so that all newly added objects are automatically encrypted with SSE-OMK. Here is the specific command you would use:
238-
239-
```bash
240-
aws s3api put-bucket-encryption --bucket your-bucket --server-side-encryption-configuration '{"Rules":[{"ApplyServerSideEncryptionByDefault":{"SSEAlgorithm":"AES256"}}]}' --endpoint-url https://s3.io.cloud.ovh.net
241-
```
242-
243-
- Replace `your-bucket` with the name of your Object Storage bucket.
237+
> [!primary]
238+
>
239+
> **Note:** If you want to enable SSE-OMK encryption at bucket creation, see our [Object Storage - Getting started with Object Storage](/pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage) guide.
240+
>
244241
245-
This will configure the bucket to use SSE-OMK encryption with keys managed by Object Storage (AES256) for all new objects.
242+
> [!tabs]
243+
> Via AWS S3api
244+
>> To add SSE-OMK encryption to an existing Object Storage bucket on OVHcloud, you must use the `put-bucket-encryption` command from the AWS CLI. This command configures bucket encryption so that all newly added objects are automatically encrypted with SSE-OMK. Here is the specific command you would use:
245+
>>
246+
>> ```bash
247+
>> aws s3api put-bucket-encryption --bucket your-bucket --server-side-encryption-configuration '{"Rules":[{"ApplyServerSideEncryptionByDefault":{"SSEAlgorithm":"AES256"}}]}' --endpoint-url https://s3.io.cloud.ovh.net
248+
>> ```
249+
>>
250+
>> - Replace `your-bucket` with the name of your Object Storage bucket.
251+
>>
252+
>> This will configure the bucket to use SSE-OMK encryption with keys managed by Object Storage (AES256) for all new objects.
253+
>>
254+
> Via the OVHcloud Control Panel
255+
>> In your OVHcloud Control Panel, click on the `Public Cloud`{.action} tab, select your Public Cloud project, then click on` Object Storage`{.action} in the left-hand menu.
256+
>>
257+
>> Next, select the Object Storage bucket you want to manage, and in the information panel, click on `Enable encryption`{.action}.
258+
>>
259+
>> ![Object Storage enabling encryption](images/object_storage_information_panel_encryption.png){.thumbnail}
260+
>>
261+
>> Click on the `Enable`{.action} button.
262+
>>
263+
>> ![Object Storage enabling encryption window](images/object_storage_enabling_encryption.png){.thumbnail}
264+
>>
246265
247266
> [!primary]
248267
> Existing objects will not be affected. If you also wish to encrypt them, you will need to copy or upload them again after changing this configuration.
249268
>
250269
251270
##### Viewing bucket encryption configuration
252271
253-
After configuring your bucket encryption via `PutBucketEncryption` to use SSE-OMK, make sure everything is set up correctly using the following command with the AWS CLI:
254-
255-
```bash
256-
aws s3api get-bucket-encryption --bucket your-bucket --endpoint-url https://s3.io.cloud.ovh.net
257-
```
258-
259-
- Replace `your-bucket` with the name of your bucket.
260-
261-
With this command, you can check your bucket’s current encryption configuration to ensure that SSE-OMK encryption is enabled.
262-
263-
In this order, replace `your-bucket` with the name of your bucket. This command returns the details of your bucket’s current encryption configuration, confirming the use of SSE-OMK for data encryption at rest.
272+
After configuring bucket encryption using `PutBucketEncryption` or through the OVHcloud Control Panel to enable SSE-OMK, make sure that everything has been set up correctly:
273+
274+
> [!tabs]
275+
> Via the AWS S3api
276+
>>
277+
>> ```bash
278+
>> aws s3api get-bucket-encryption --bucket your-bucket --endpoint-url https://s3.io.cloud.ovh.net
279+
>> ```
280+
>>
281+
>> - Replace `your-bucket` with the name of your bucket.
282+
>>
283+
>> With this command, you can check your bucket’s current encryption configuration to ensure that SSE-OMK encryption is enabled.
284+
>>
285+
>> In this order, replace `your-bucket` with the name of your bucket. This command returns the details of your bucket’s current encryption configuration, confirming the use of SSE-OMK for data encryption at rest.
286+
>>
287+
> Via the OVHcloud Control Panel
288+
>> Go to the information panel of the bucket concerned, then check the `Security and permissions` section. There you will find the `Encryption default` option, which indicates whether SSE-OMK encryption is enabled or not.
289+
>>
290+
>> ![Object Storage information panel encryption](images/object_storage_information_panel_encryption_enable.png){.thumbnail}
291+
>>
264292
265293
This extra step ensures full transparency and helps ensure your data is kept safe to the highest standards, with the simplicity and efficiency offered by SSE-OMK encryption managed by OVHcloud.
266294

pages/storage_and_backup/object_storage/s3_encrypt_your_objects_with_sse_c/guide.en-au.md

Lines changed: 48 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Encrypt your server-side objects with SSE-C or SSE-OMK
33
excerpt: This guide explains how to encrypt your server-side objects with SSE-C or SSE-OMK
4-
updated: 2024-11-29
4+
updated: 2025-09-12
55
---
66

77
<style>
@@ -234,33 +234,61 @@ Be careful not to include specific encryption headers when downloading an encryp
234234

235235
#### Adding encryption to an existing bucket on Object Storage
236236

237-
To add SSE-OMK encryption to an existing Object Storage bucket on OVHcloud, you must use the `put-bucket-encryption` command from the AWS CLI. This command configures bucket encryption so that all newly added objects are automatically encrypted with SSE-OMK. Here is the specific command you would use:
238-
239-
```bash
240-
aws s3api put-bucket-encryption --bucket your-bucket --server-side-encryption-configuration '{"Rules":[{"ApplyServerSideEncryptionByDefault":{"SSEAlgorithm":"AES256"}}]}' --endpoint-url https://s3.io.cloud.ovh.net
241-
```
242-
243-
- Replace `your-bucket` with the name of your Object Storage bucket.
237+
> [!primary]
238+
>
239+
> **Note:** If you want to enable SSE-OMK encryption at bucket creation, see our [Object Storage - Getting started with Object Storage](/pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage) guide.
240+
>
244241
245-
This will configure the bucket to use SSE-OMK encryption with keys managed by Object Storage (AES256) for all new objects.
242+
> [!tabs]
243+
> Via AWS S3api
244+
>> To add SSE-OMK encryption to an existing Object Storage bucket on OVHcloud, you must use the `put-bucket-encryption` command from the AWS CLI. This command configures bucket encryption so that all newly added objects are automatically encrypted with SSE-OMK. Here is the specific command you would use:
245+
>>
246+
>> ```bash
247+
>> aws s3api put-bucket-encryption --bucket your-bucket --server-side-encryption-configuration '{"Rules":[{"ApplyServerSideEncryptionByDefault":{"SSEAlgorithm":"AES256"}}]}' --endpoint-url https://s3.io.cloud.ovh.net
248+
>> ```
249+
>>
250+
>> - Replace `your-bucket` with the name of your Object Storage bucket.
251+
>>
252+
>> This will configure the bucket to use SSE-OMK encryption with keys managed by Object Storage (AES256) for all new objects.
253+
>>
254+
> Via the OVHcloud Control Panel
255+
>> In your OVHcloud Control Panel, click on the `Public Cloud`{.action} tab, select your Public Cloud project, then click on` Object Storage`{.action} in the left-hand menu.
256+
>>
257+
>> Next, select the Object Storage bucket you want to manage, and in the information panel, click on `Enable encryption`{.action}.
258+
>>
259+
>> ![Object Storage enabling encryption](images/object_storage_information_panel_encryption.png){.thumbnail}
260+
>>
261+
>> Click on the `Enable`{.action} button.
262+
>>
263+
>> ![Object Storage enabling encryption window](images/object_storage_enabling_encryption.png){.thumbnail}
264+
>>
246265
247266
> [!primary]
248267
> Existing objects will not be affected. If you also wish to encrypt them, you will need to copy or upload them again after changing this configuration.
249268
>
250269
251270
##### Viewing bucket encryption configuration
252271
253-
After configuring your bucket encryption via `PutBucketEncryption` to use SSE-OMK, make sure everything is set up correctly using the following command with the AWS CLI:
254-
255-
```bash
256-
aws s3api get-bucket-encryption --bucket your-bucket --endpoint-url https://s3.io.cloud.ovh.net
257-
```
258-
259-
- Replace `your-bucket` with the name of your bucket.
260-
261-
With this command, you can check your bucket’s current encryption configuration to ensure that SSE-OMK encryption is enabled.
262-
263-
In this order, replace `your-bucket` with the name of your bucket. This command returns the details of your bucket’s current encryption configuration, confirming the use of SSE-OMK for data encryption at rest.
272+
After configuring bucket encryption using `PutBucketEncryption` or through the OVHcloud Control Panel to enable SSE-OMK, make sure that everything has been set up correctly:
273+
274+
> [!tabs]
275+
> Via the AWS S3api
276+
>>
277+
>> ```bash
278+
>> aws s3api get-bucket-encryption --bucket your-bucket --endpoint-url https://s3.io.cloud.ovh.net
279+
>> ```
280+
>>
281+
>> - Replace `your-bucket` with the name of your bucket.
282+
>>
283+
>> With this command, you can check your bucket’s current encryption configuration to ensure that SSE-OMK encryption is enabled.
284+
>>
285+
>> In this order, replace `your-bucket` with the name of your bucket. This command returns the details of your bucket’s current encryption configuration, confirming the use of SSE-OMK for data encryption at rest.
286+
>>
287+
> Via the OVHcloud Control Panel
288+
>> Go to the information panel of the bucket concerned, then check the `Security and permissions` section. There you will find the `Encryption default` option, which indicates whether SSE-OMK encryption is enabled or not.
289+
>>
290+
>> ![Object Storage information panel encryption](images/object_storage_information_panel_encryption_enable.png){.thumbnail}
291+
>>
264292
265293
This extra step ensures full transparency and helps ensure your data is kept safe to the highest standards, with the simplicity and efficiency offered by SSE-OMK encryption managed by OVHcloud.
266294

pages/storage_and_backup/object_storage/s3_encrypt_your_objects_with_sse_c/guide.en-ca.md

Lines changed: 48 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Encrypt your server-side objects with SSE-C or SSE-OMK
33
excerpt: This guide explains how to encrypt your server-side objects with SSE-C or SSE-OMK
4-
updated: 2024-11-29
4+
updated: 2025-09-12
55
---
66

77
<style>
@@ -234,33 +234,61 @@ Be careful not to include specific encryption headers when downloading an encryp
234234

235235
#### Adding encryption to an existing bucket on Object Storage
236236

237-
To add SSE-OMK encryption to an existing Object Storage bucket on OVHcloud, you must use the `put-bucket-encryption` command from the AWS CLI. This command configures bucket encryption so that all newly added objects are automatically encrypted with SSE-OMK. Here is the specific command you would use:
238-
239-
```bash
240-
aws s3api put-bucket-encryption --bucket your-bucket --server-side-encryption-configuration '{"Rules":[{"ApplyServerSideEncryptionByDefault":{"SSEAlgorithm":"AES256"}}]}' --endpoint-url https://s3.io.cloud.ovh.net
241-
```
242-
243-
- Replace `your-bucket` with the name of your Object Storage bucket.
237+
> [!primary]
238+
>
239+
> **Note:** If you want to enable SSE-OMK encryption at bucket creation, see our [Object Storage - Getting started with Object Storage](/pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage) guide.
240+
>
244241
245-
This will configure the bucket to use SSE-OMK encryption with keys managed by Object Storage (AES256) for all new objects.
242+
> [!tabs]
243+
> Via AWS S3api
244+
>> To add SSE-OMK encryption to an existing Object Storage bucket on OVHcloud, you must use the `put-bucket-encryption` command from the AWS CLI. This command configures bucket encryption so that all newly added objects are automatically encrypted with SSE-OMK. Here is the specific command you would use:
245+
>>
246+
>> ```bash
247+
>> aws s3api put-bucket-encryption --bucket your-bucket --server-side-encryption-configuration '{"Rules":[{"ApplyServerSideEncryptionByDefault":{"SSEAlgorithm":"AES256"}}]}' --endpoint-url https://s3.io.cloud.ovh.net
248+
>> ```
249+
>>
250+
>> - Replace `your-bucket` with the name of your Object Storage bucket.
251+
>>
252+
>> This will configure the bucket to use SSE-OMK encryption with keys managed by Object Storage (AES256) for all new objects.
253+
>>
254+
> Via the OVHcloud Control Panel
255+
>> In your OVHcloud Control Panel, click on the `Public Cloud`{.action} tab, select your Public Cloud project, then click on` Object Storage`{.action} in the left-hand menu.
256+
>>
257+
>> Next, select the Object Storage bucket you want to manage, and in the information panel, click on `Enable encryption`{.action}.
258+
>>
259+
>> ![Object Storage enabling encryption](images/object_storage_information_panel_encryption.png){.thumbnail}
260+
>>
261+
>> Click on the `Enable`{.action} button.
262+
>>
263+
>> ![Object Storage enabling encryption window](images/object_storage_enabling_encryption.png){.thumbnail}
264+
>>
246265
247266
> [!primary]
248267
> Existing objects will not be affected. If you also wish to encrypt them, you will need to copy or upload them again after changing this configuration.
249268
>
250269
251270
##### Viewing bucket encryption configuration
252271
253-
After configuring your bucket encryption via `PutBucketEncryption` to use SSE-OMK, make sure everything is set up correctly using the following command with the AWS CLI:
254-
255-
```bash
256-
aws s3api get-bucket-encryption --bucket your-bucket --endpoint-url https://s3.io.cloud.ovh.net
257-
```
258-
259-
- Replace `your-bucket` with the name of your bucket.
260-
261-
With this command, you can check your bucket’s current encryption configuration to ensure that SSE-OMK encryption is enabled.
262-
263-
In this order, replace `your-bucket` with the name of your bucket. This command returns the details of your bucket’s current encryption configuration, confirming the use of SSE-OMK for data encryption at rest.
272+
After configuring bucket encryption using `PutBucketEncryption` or through the OVHcloud Control Panel to enable SSE-OMK, make sure that everything has been set up correctly:
273+
274+
> [!tabs]
275+
> Via the AWS S3api
276+
>>
277+
>> ```bash
278+
>> aws s3api get-bucket-encryption --bucket your-bucket --endpoint-url https://s3.io.cloud.ovh.net
279+
>> ```
280+
>>
281+
>> - Replace `your-bucket` with the name of your bucket.
282+
>>
283+
>> With this command, you can check your bucket’s current encryption configuration to ensure that SSE-OMK encryption is enabled.
284+
>>
285+
>> In this order, replace `your-bucket` with the name of your bucket. This command returns the details of your bucket’s current encryption configuration, confirming the use of SSE-OMK for data encryption at rest.
286+
>>
287+
> Via the OVHcloud Control Panel
288+
>> Go to the information panel of the bucket concerned, then check the `Security and permissions` section. There you will find the `Encryption default` option, which indicates whether SSE-OMK encryption is enabled or not.
289+
>>
290+
>> ![Object Storage information panel encryption](images/object_storage_information_panel_encryption_enable.png){.thumbnail}
291+
>>
264292
265293
This extra step ensures full transparency and helps ensure your data is kept safe to the highest standards, with the simplicity and efficiency offered by SSE-OMK encryption managed by OVHcloud.
266294

0 commit comments

Comments
 (0)