Skip to content

Commit 1a5ab11

Browse files
committed
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 2685140 commit 1a5ab11

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
@@ -50,10 +50,10 @@ Bucket policies use a JSON-based access policy language, and are composed of str
5050
: Yes
5151

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

55-
**Possible Value**
56-
: `"2023-04-17"` or `"2012-10-17"` (deprecated)
55+
**Value**
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)