| GeneratePresignedUriRequest Properties |
The GeneratePresignedUriRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| BucketName |
Bucket name getter/setter
| |
| Callback |
Callback getter/setter, encoded in base64
| |
| CallbackVar |
Callback parameters, in base64
| |
| ContentMd5 |
Getter/setter of the target file's MD5.
Note that the setter should only be called by the SDK internally.
| |
| ContentType |
Getter/setter of the target file's content-type header.
| |
| Expiration |
Getter/setter of the expiration time of the signed URL.
| |
| Key |
Object key getter/setter
| |
| Method |
HTTP method getter/setter.
| |
| Process |
Process getter/setter.
Process is specific to image files on which a specific operation (such as resize, sharpen,etc ) could be applied.
| |
| QueryParams |
Gets or sets query parameters
| |
| ResponseHeaders |
ResponseHeaders getter/setter
Response headers is to ask OSS service to return these headers (and their values) in the response.
| |
| UserMetadata |
Gets or sets the UserMetadata dictionary.
The SDK will automatically add the x-oss-meta- as the prefix of the metadata.
So the key in this property should not include x-oss-meta- prefix anymore.
|