Skip to content

Commit d350a1f

Browse files
author
jiangong
committed
add the acceptable values for access_type
add url string template in doc for object storage pre-authenicated request
1 parent 94e048f commit d350a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/object_storage_preauthenticated_request.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "oci_objectstorage_preauthrequest" "test_preauthenticated_request" {
3232

3333
The following arguments are supported:
3434

35-
* `access_type` - (Required) The operation that can be performed on this resource.
35+
* `access_type` - (Required) The operation that can be performed on this resource. Allowed Values: `ObjectRead`, `ObjectWrite`, `ObjectReadWrite`, or `AnyObjectWrite`
3636
* `bucket` - (Required) The name of the bucket. Avoid entering confidential information. Example: `my-new-bucket1`
3737
* `name` - (Required) A user-specified name for the pre-authenticated request. Names can be helpful in managing pre-authenticated requests.
3838
* `namespace` - (Required) The Object Storage namespace used for the request.
@@ -48,7 +48,7 @@ Any change to a property that does not support update will force the destruction
4848
The following attributes are exported:
4949

5050
* `access_type` - The operation that can be performed on this resource.
51-
* `access_uri` - The URI to embed in the URL when using the pre-authenticated request.
51+
* `access_uri` - The URI to embed in the URL `https://objectstorage.${var.region}.oraclecloud.com{var.access_uri}` when using the pre-authenticated request.
5252
* `bucket` - The name of the bucket. Example: `my-new-bucket1`
5353
* `id` - The unique identifier to use when directly addressing the pre-authenticated request.
5454
* `name` - The user-provided name of the pre-authenticated request.

0 commit comments

Comments
 (0)