| IOssGeneratePresignedUri Method |
| Name | Description | |
|---|---|---|
| GeneratePresignedUri(GeneratePresignedUriRequest) |
Generates a signed url
| |
| GeneratePresignedUri(String, String) |
Generates the signed url with default expiration time (15 min) that supports HTTP GET method.
| |
| GeneratePresignedUri(String, String, SignHttpMethod) |
Generates the pre-signed url with specified expiration time that supports the specified HTTP method
| |
| GeneratePresignedUri(String, String, DateTime) |
Generates the pre-signed GET url with specified expiration time
| |
| GeneratePresignedUri(String, String, DateTime, SignHttpMethod) |
Generates the presigned url with specified method and specified expiration time.
|