|
6 | 6 |
|
7 | 7 | The following attributes are exported: |
8 | 8 |
|
9 | | -* `access_type` - the operation that can be performed on this resource e.g PUT or GET. |
| 9 | +* `access_type` - The operation that can be performed on this resource. |
10 | 10 | * `access_uri` - The URI to embed in the URL when using the pre-authenticated request. |
11 | | -* `bucket` - (Required) The name of the bucket. Example: `my-new-bucket1` |
12 | | -* `id` - the unique identifier to use when directly addressing the pre-authenticated request |
13 | | -* `name` - the user supplied name of the pre-authenticated request |
14 | | -* `namespace` - (Required) The top-level namespace used for the request. |
15 | | -* `object` - Name of object that is being granted access to by the pre-authenticated request. This can be null and that would mean that the pre-authenticated request is granting access to the entire bucket |
16 | | -* `time_created` - the date when the pre-authenticated request was created as per spec [RFC 3339](https://tools.ietf.org/rfc/rfc3339) |
17 | | -* `time_expires` - the expiration date after which the pre authenticated request will no longer be valid as per spec [RFC 3339](https://tools.ietf.org/rfc/rfc3339) |
| 11 | +* `bucket` - The name of the bucket. Example: `my-new-bucket1` |
| 12 | +* `id` - The unique identifier to use when directly addressing the pre-authenticated request. |
| 13 | +* `name` - The user-provided name of the pre-authenticated request. |
| 14 | +* `namespace` - The top-level namespace used for the request. |
| 15 | +* `object` - The name of object that is being granted access to by the pre-authenticated request. This can be null and if it is, the pre-authenticated request grants access to the entire bucket. |
| 16 | +* `time_created` - The date when the pre-authenticated request was created as per [RFC 3339](https://tools.ietf.org/rfc/rfc3339). |
| 17 | +* `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. |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 | 21 | ### Create Operation |
22 | | -Create a pre-authenticated request specific to the bucket |
| 22 | +Creates a pre-authenticated request specific to the bucket. |
23 | 23 |
|
24 | 24 |
|
25 | 25 | The following arguments are supported: |
26 | 26 |
|
27 | | -* `access_type` - (Required) the operation that can be performed on this resource e.g PUT or GET. |
28 | | -* `bucket` - (Required) The name of the bucket. Example: `my-new-bucket1` |
29 | | -* `name` - (Required) user specified name for pre-authenticated request. Helpful for management purposes. |
| 27 | +* `access_type` - (Required) The operation that can be performed on this resource. |
| 28 | +* `bucket` - (Required) The name of the bucket. Avoid entering confidential information. Example: `my-new-bucket1` |
| 29 | +* `name` - (Required) A user-specified name for the pre-authenticated request. Helpful for management purposes. |
30 | 30 | * `namespace` - (Required) The top-level namespace used for the request. |
31 | | -* `object` - (Optional) Name of object that is being granted access to by the pre-authenticated request. This can be null and that would mean that the pre-authenticated request is granting access to the entire bucket |
32 | | -* `time_expires` - (Required) The expiration date after which the pre-authenticated request will no longer be valid per spec [RFC 3339](https://tools.ietf.org/rfc/rfc3339) |
| 31 | +* `object` - (Optional) The name of object that is being granted access to by the pre-authenticated request. This can be null and if it is, the pre-authenticated request grants access to the entire bucket. |
| 32 | +* `time_expires` - (Required) 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. |
33 | 33 |
|
34 | 34 |
|
35 | 35 | ### Update Operation |
|
0 commit comments