Click or drag to resize
IOssGeneratePresignedUri Method
Overload List
  NameDescription
Public methodGeneratePresignedUri(GeneratePresignedUriRequest)
Generates a signed url
Public methodGeneratePresignedUri(String, String)
Generates the signed url with default expiration time (15 min) that supports HTTP GET method.
Public methodGeneratePresignedUri(String, String, SignHttpMethod)
Generates the pre-signed url with specified expiration time that supports the specified HTTP method
Public methodGeneratePresignedUri(String, String, DateTime)
Generates the pre-signed GET url with specified expiration time
Public methodGeneratePresignedUri(String, String, DateTime, SignHttpMethod)
Generates the presigned url with specified method and specified expiration time.
Top
See Also