Interface: presigned-url.URLPresigner
import "../ibm-cos-sdk-go-v2/service/internal/presigned-url"
Overview
URLPresigner provides the interface to presign the input parameters in to a presigned URL.
Interface Method Summary collapse
-
PresignURL(ctx context.Context, srcRegion string, params interface{}) (*v4.PresignedHTTPRequest, error)
interface
PresignURL presigns a URL.
Interface Method Details
PresignURL(ctx context.Context, srcRegion string, params interface{}) (*v4.PresignedHTTPRequest, error)
This method is abstract.
PresignURL presigns a URL.
16 |
// File 'service/internal/presigned-url/middleware.go', line 16
|