Skip to content

Commit 7c1fbe4

Browse files
committed
Fix cherry-pick conflict
1 parent 0e4d308 commit 7c1fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/object_storage_preauthenticated_request.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following attributes are exported:
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.
5555
* `namespace` - The top-level namespace used for the request.
56-
* `object` - The name of the object that is being granted access to by the pre-authenticated request. This can be null and if so, the pre-authenticated request grants access to the entire bucket. Avoid entering confidential information. Example: test/object1.log
56+
* `object` - The name of the object that is being granted access to by the pre-authenticated request. Avoid entering confidential information. The object name can be null and if so, the pre-authenticated request grants access to the entire bucket.
5757
* `par_id` - The unique identifier for the pre-authenticated request. This can be used to manage operations against the pre-authenticated request, such as GET or DELETE.
5858
* `time_created` - The date when the pre-authenticated request was created as per specification [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
5959
* `time_expires` - The expiration date for the pre-authenticated request as per [RFC 3339](https://tools.ietf.org/rfc/rfc3339). After this date the pre-authenticated request will no longer be valid.

0 commit comments

Comments
 (0)