mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
add dynamic config docs (#11048)
Co-authored-by: Eco <41090896+eco-minio@users.noreply.github.com>
This commit is contained in:
@@ -22,11 +22,11 @@ Now the delete marker becomes the current version of the object. GET requests by
|
||||
|
||||

|
||||
|
||||
GET requests by specifying a verison ID as shown below, you can retrieve the specific object version `fae684da`.
|
||||
GET requests by specifying a version ID as shown below, you can retrieve the specific object version `fae684da`.
|
||||
|
||||

|
||||
|
||||
To permanently delete an object you need to specify the version you want to delete, only the user with appropriate permissions can permanently delete a version. As shown below DELETE request called with a specific version id permenantly deletes an object from a bucket. Delete marker is not added for DELETE requests with version id.
|
||||
To permanently delete an object you need to specify the version you want to delete. Only the user with appropriate permissions can permanently delete a version. As shown below, a DELETE request called with a specific version id permanently deletes an object from a bucket. A delete marker is not added for DELETE requests with version id.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user