@@ -68,14 +68,21 @@ For non versioned bucket, if an object with the same key is uploaded it overwrit
???+ note "Bucket name restrictions"
The bucket name must be unique within tenant and should contain only uppercase and lowercase letters, numbers, and dashes and periods. The bucket name must only start with a letter or number and must not contain periods next to dashes or multiple periods. We also recommend **NOT using**`/` and `_` in the name, as this would make it impossible to use it via the API.
@@ -136,6 +145,7 @@ For non versioned bucket, if an object with the same key is uploaded it overwrit
For a versionless bucket with object lookup, it always returns a single available object. For a bucket with versioning, the search returns the current object:
@@ -301,6 +321,7 @@ In the case of a versioned bucket, if an object with a specific VersionID is del
To restore an object, the recommended approach is to copy the previous version of the object to the same bucket. The copied object becomes the current version of the object and all versions of the object are preserved: