Request Parameter for Signing a URL
type CreateSignedUrlInput struct
Parameter Description
| Field | Type | Optional or Mandatory | Description |
|---|---|---|---|
| Method | Mandatory | HTTP method type | |
| Bucket | string | Optional | Bucket name |
| Key | string | Optional | Object name |
| SubResource | Optional | Sub-resource to be accessed | |
| Expires | int | Optional | Expiration time of the signed URL, in seconds. The default value is 300. |
| Headers | map[string]string | Optional | Headers in the request |
| QueryParams | map[string]string | Optional | Query parameters in the request |
Last Article: POST Object restore
Next Article: Response Result for Signing a URL
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.