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/object-storage/faq.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ You can monitor your Object Storage metrics and logs using [Scaleway Cockpit](/c
61
61
62
62
## Is Scaleway Object Storage comply with regulatory requirements to host health data (*Hébergeur de Données de Santé*)?
63
63
64
-
Yes, Scaleway Object Storage is a certified *Hébergeur de Données de Santé (HDS)* to host health data.
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
65
66
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.
Copy file name to clipboardExpand all lines: pages/object-storage/how-to/create-hds-certified-bucket.mdx
+22-13Lines changed: 22 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,36 +7,36 @@ content:
7
7
paragraph: Create a HDS-certified bucket to host health data in Scaleway Object Storage.
8
8
tags: object storage bucket object-storage hds health data hosting hébergement hébergeur de données de santé
9
9
dates:
10
-
validation: 2025-03-27
11
-
posted: 2025-03-27
10
+
validation: 2025-04-28
11
+
posted: 2025-04-28
12
12
categories:
13
13
- storage
14
14
- object-storage
15
15
---
16
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) 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.
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
18
19
19
Refer to the [Scaleway Trust Center](https://security.scaleway.com/) for more information.
20
20
21
21
<Messagetype="important">
22
-
HDS-certified buckets are currently not compatible with [lifecycle rules](/object-storage/concepts/#lifecycle-configuration).
22
+
- HDS-certified buckets are currently not compatible with [lifecycle rules](/object-storage/concepts/#lifecycle-configuration).
23
+
- You can only HDS-certified buckets from the Scaleway [console](https://console.scaleway.com).
23
24
</Message>
25
+
24
26
<Macroid="requirements" />
25
27
26
28
- A Scaleway account logged into the [console](https://console.scaleway.com)
27
29
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
30
+
- The authorization from Scaleway to create HDS-certified Object Storage buckets
28
31
29
-
To get started with Object Storage, you must first create a bucket. Objects are gathered into buckets. Each bucket represents a space where objects are stored.
32
+
## How to create an HDS bucket for health data hosting
30
33
31
34
1. Click **Object Storage** on the left side menu of the console. The Object Storage dashboard displays.
32
35
2. Click **+ Create bucket**. The bucket creation page displays.
33
-
3. Select the [region](/object-storage/concepts/#region-and-availability-zone) in which to create your bucket:
34
-
- Amsterdam, The Netherlands:
35
-
- Region: `nl-ams`
36
-
- Paris, France:
37
-
- Region: `fr-par`
38
-
- Warsaw, Poland:
39
-
- Region: `pl-waw`
36
+
3. Select the **Paris** region.
37
+
<Messagetype="note">
38
+
You can only create HDS-certified buckets in the **Paris** region as it is a french legal requirement.
39
+
</Message>
40
40
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).
41
41
<Messagetype="note">
42
42
A file uploaded to a public bucket is private by default.
@@ -52,4 +52,13 @@ To get started with Object Storage, you must first create a bucket. Objects are
52
52
9. Optionally, you can use the cost estimator to simulate your Object Storage costs.
53
53
10. Click **Create bucket** to confirm. A list of your buckets displays, showing the newly created bucket.
54
54
55
-
You can find more information about your bucket by clicking on its name in the **Buckets** list, and then on the **Bucket settings** tab.
55
+
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.
56
+
57
+
## HDS-certified buckets limitations
58
+
59
+
Some features are not compatible with HDS-certified Object Storage buckets.
60
+
61
+
- You can only create HDS-certified buckets in the **Paris** region.
62
+
- You cannot create lifecyle rules for HDS-certified buckets.
63
+
- If any issue occur during the creation of an HDS-certified bucket, the bucket is deleted automatically for safety reasons, and must be created again.
64
+
- You cannot assign the [Glacier](/object-storage/concepts/#storage-class) class to objects in an HDS-certified bucket.
0 commit comments