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/storage_and_backup/object_storage/s3_versioning/guide.en-gb.md
+58Lines changed: 58 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,64 @@ When versioning is enabled:
158
158
>> 
159
159
>>
160
160
161
+
### Object deletion: simple, permanent deletion and Delete Marker management
162
+
163
+
> [!primary]
164
+
>
165
+
> If versioning is enabled on your S3 bucket, deleting an object adds a Delete Marker: the object disappears from the default view, but remains visible via the View versions option.
166
+
>
167
+
> This protection allows you to restore an object deleted by mistake.
168
+
>
169
+
170
+
> [!tabs]
171
+
> Via the OVHcloud customer area
172
+
>> From the main page of your Object Storage bucket, or from the object details page, you can delete your object by clicking on `delete`{.action}.
173
+
>>
174
+
>> 
175
+
>>
176
+
>>
177
+
>> To delete a version definitively, click on the `three dots`{.action}, then on `Delete`{.action}, and confirm the definitive deletion action.
178
+
>>
179
+
>>
180
+
> Via the AWS CLI
181
+
>> To delete an object, use the following command:
Copy file name to clipboardExpand all lines: pages/storage_and_backup/object_storage/s3_versioning/guide.fr-fr.md
+48-6Lines changed: 48 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,20 +161,62 @@ Lorsque le versioning est activé :
161
161
162
162
### Suppression d’objets : suppression simple, définitive et gestion des Delete Markers
163
163
164
+
> [!primary]
165
+
>
166
+
> Si le versioning est activé sur votre bucket S3, la suppression d’un objet ajoute un Delete Marker : l’objet disparaît de la vue par défaut, mais reste visible via l’option Voir les versions.
167
+
>
168
+
> Cette protection permet de restaurer un objet supprimé par erreur.
169
+
>
170
+
164
171
> [!tabs]
165
172
> Via l'espace client OVHcloud
166
173
>> Depuis la page principale de votre bucket Object Storage ou depuis la page de détails d’un objet, vous pouvez supprimer votre objet en cliquant sur `supprimer`{.action}.
167
174
>>
168
175
>> 
169
176
>>
170
-
>> > [!primary]
171
-
>> >
172
-
>> > Si le versioning est activé sur votre bucket S3, la suppression d’un objet ajoute un Delete Marker : l’objet disparaît de la vue par défaut, mais reste visible via l’option Voir les versions.
173
-
Cette protection permet de restaurer un objet supprimé par erreur.
174
-
Pour supprimer définitivement une version, cliquez sur les `trois points`{.action}, puis sur `Supprimer`{.action}, et confirmez l’action de suppression définitive.
175
-
>> >
177
+
>>
178
+
>> Pour supprimer définitivement une version, cliquez sur les `trois points`{.action}, puis sur `Supprimer`{.action}, et confirmez l’action de suppression définitive.
179
+
>>
176
180
>>
177
181
> Via l'AWS CLI
182
+
>> Pour supprimer un objet, utilisez la commande suivante :
0 commit comments