Skip to content

Commit

Permalink
[swift v1]: update docs for a new versioning method (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus committed Mar 21, 2023
1 parent 0d55df2 commit 6ed1129
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/docs/r/objectstorage_container_v1.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,12 @@ The following arguments are supported:
* `container_write` - (Optional) Sets an ACL that grants write access.
Changing this updates the access control list write access.

* `versioning` - (Optional) A boolean that enables or disable object versioning.
Defaults to `false`
* `versioning` - (Optional) A boolean that can enable or disable object
versioning. The default value is `false`. To use this feature, your Swift
version must be 2.24 or higher (as described in the [OpenStack Swift Ussuri release notes](https://docs.openstack.org/releasenotes/swift/ussuri.html#relnotes-2-24-0-stable-ussuri)),
and a cloud administrator must have set the `allow_object_versioning = true`
configuration option in Swift. If you cannot set this versioning type, you may
want to consider using `versioning_legacy` instead.

* `versioning_legacy` - (Deprecated) Enable legacy object versioning. The structure is described below.

Expand Down

0 comments on commit 6ed1129

Please sign in to comment.