Skip to content

Commit d1e4488

Browse files
docs(obj): add hds doc MTA-5836 (#4719)
* docs(obj): add hds doc MTA-5836) * docs(obj): update * docs(obj): update * docs(obj): update * docs(obj): update * docs(obj): update * docs(obj): update
1 parent 5d29565 commit d1e4488

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4496,6 +4496,10 @@
44964496
"label": "Upload files into a bucket",
44974497
"slug": "upload-files-into-a-bucket"
44984498
},
4499+
{
4500+
"label": "Create an HDS bucket for health data hosting",
4501+
"slug": "create-hds-certified-bucket"
4502+
},
44994503
{
45004504
"label": "Edit the storage class",
45014505
"slug": "edit-storage-class"

pages/object-storage/faq.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ To be eligible for this offer, you must have never used the Standard Multi-AZ cl
5959

6060
You can monitor your Object Storage metrics and logs using [Scaleway Cockpit](/cockpit/quickstart/). Cockpit is available in all [regions](/object-storage/concepts/#region-and-availability-zone) for Object Storage. Refer to our dedicated [documentation](/object-storage/how-to/monitor-consumption/) for more information.
6161

62+
## Is Scaleway Object Storage comply with regulatory requirements to host health data (*Hébergeur de Données de Santé*)?
63+
64+
Yes, Scaleway Object Storage is a certified [Hébergeur de Données de Santé (HDS)](https://esante.gouv.fr/produits-services/hds) to host health data.
65+
66+
Refer to the [dedicated documentation](/object-storage/how-to/create-hds-certified-bucket/) for more information on how to create an HDS-compliant bucket.
67+
6268
## Is there a limitation in the bucket name?
6369

6470
Bucket names must be unique and comply with the following:
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
meta:
3+
title: How to create an HDS bucket for health data hosting
4+
description: Create a HDS-certified bucket to host health data in Scaleway Object Storage.
5+
content:
6+
h1: How to create an HDS bucket for health data hosting
7+
paragraph: Create a HDS-certified bucket to host health data in Scaleway Object Storage.
8+
tags: object storage bucket object-storage hds health data hosting hébergement hébergeur de données de santé
9+
dates:
10+
validation: 2025-04-28
11+
posted: 2025-04-28
12+
categories:
13+
- storage
14+
- object-storage
15+
---
16+
17+
Under [Article L.1111-8 of the French Public Health Code](https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000049571347), service providers hosting specific types of personal health information must obtain [Hébergeur de Données de Santé (HDS)](https://esante.gouv.fr/produits-services/hds) certification. Established by ASIP Santé, the French Digital Health Agency, HDS sets a framework to enhance the security and protection of PHI. Scaleway Object Storage enables the creation of dedicated buckets for storing health data in accordance with HDS regulatory requirements.
18+
19+
Refer to the [Scaleway Trust Center](https://security.scaleway.com/) for more information.
20+
21+
<Message type="important">
22+
- You can only create HDS-certified buckets in the **Paris** region.
23+
- You cannot create [lifecyle rules](/object-storage/concepts/#lifecylce-configuration) for HDS-certified buckets.
24+
- You cannot assign the [Glacier](/object-storage/concepts/#storage-class) class to objects in an HDS-certified bucket.
25+
</Message>
26+
27+
<Macro id="requirements" />
28+
29+
- A Scaleway account logged into the [console](https://console.scaleway.com)
30+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
31+
- The authorization from Scaleway to create HDS-certified Object Storage buckets
32+
33+
## How to create an HDS bucket for health data hosting
34+
35+
1. Click **Object Storage** on the left side menu of the console. The Object Storage dashboard displays.
36+
2. Click **+ Create bucket**. The bucket creation page displays.
37+
3. Select the **Paris** region.
38+
<Message type="note">
39+
You can only create HDS-certified buckets in the **Paris** region as it is a french legal requirement.
40+
</Message>
41+
4. Check **Public** or **Private** to define the bucket visibility. The bucket visibility specifies whether everyone can see the list of objects in the bucket. It does not affect [object visibility](/object-storage/concepts/#visibility).
42+
<Message type="note">
43+
A file uploaded to a public bucket is private by default.
44+
A private file stored in a public bucket is not publicly accessible.
45+
You can change the bucket visibility at any time from the **Bucket settings** tab.
46+
</Message>
47+
5. Select a use case for your bucket.
48+
6. Under **HDS certification**, tick the **Tag this bucket as HDS-certified**.
49+
<Message type="note">
50+
By tagging this bucket, you confirm it will be used in compliance with regulations for health data storage. The HDS certification of a bucket cannot be modified after creation.
51+
</Message>
52+
8. Enter a name for your bucket.
53+
9. Optionally, you can use the cost estimator to simulate your Object Storage costs.
54+
10. Click **Create bucket** to confirm. A list of your buckets displays, showing the newly created bucket.
55+
56+
You can see the **HDS-certified** badge for your bucket by clicking on its name in the **Buckets** list, and then on the **Bucket settings** tab.

0 commit comments

Comments
 (0)