Skip to content

Commit 721efd4

Browse files
authored
docs(object-storage): clarification int-fix-object-storage (#4508)
* fix(object-storage): make clear that value is a _default_ value * fix(object-storage): remove external link that adds no value The concept has been explained before. Furthermore, it leads to a Wikipedia page which, in this case, doesn't bring any valuable information (`syntax` or `version` are not mentioned in this page). * fix(object-storage): list all possible values for policy version * fix(object-storage): correct type for Version Also, don't list the deprecated value "2012-10-17" as we really don't want customers to use this value
1 parent 55262de commit 721efd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/object-storage/api-cli/bucket-policy.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ Bucket policies use a JSON-based access policy language, and are composed of str
4444
### Version
4545

4646
**Description**
47-
: [IAM](https://en.wikipedia.org/wiki/Identity_management) syntax version
47+
: IAM syntax version
4848

4949
**Required**
5050
: Yes
5151

5252
**Type**
53-
: const
53+
: string
5454

5555
**Value**
56-
: "2023-04-17"
56+
: `"2023-04-17"`
5757

5858
**Sample**:
5959

@@ -622,4 +622,4 @@ Bucket policies use a JSON-based access policy language, and are composed of str
622622
- `DateLessThan`
623623
- `DateLessThanEquals`
624624

625-
Refer to our [dedicated documentation](/object-storage/api-cli/manage-bucket-permissions-ip/) for more information on managing bucket permissions for IP addresses or ranges of IP.
625+
Refer to our [dedicated documentation](/object-storage/api-cli/manage-bucket-permissions-ip/) for more information on managing bucket permissions for IP addresses or ranges of IP.

0 commit comments

Comments
 (0)