Categorygithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url
modulepackage
1.12.15
Repository: https://github.com/aws/aws-sdk-go-v2.git
Documentation: pkg.go.dev

# Functions

AddAsIsPresigingMiddleware is an alias for backwards compatibility.
AddAsIsPresigningMiddleware adds a middleware to the head of the stack that will update the stack's context to be flagged as being invoked for the purpose of presigning.
AddMiddleware adds the Presign URL middleware to the middleware stack.
GetIsPresigning returns if the context contains the isPresigning sentinel value for presigning flows.
RemoveMiddleware removes the Presign URL middleware from the stack.
WithIsPresigning adds the isPresigning sentinel value to a context to signal that the middleware stack is using the presign flow.

# Structs

Options provides the set of options needed by the presigned URL middleware.
ParameterAccessor provides an collection of accessor to for retrieving and setting the values needed to PresignedURL generation.

# Interfaces

URLPresigner provides the interface to presign the input parameters in to a presigned URL.