type github.com/aws/aws-sdk-go-v2/service/s3.PresignOptions
18 uses
github.com/aws/aws-sdk-go-v2/service/s3 (current package)
api_client.go#L632: type PresignOptions struct {
api_client.go#L650: func (o PresignOptions) copy() PresignOptions {
api_client.go#L659: func WithPresignClientFromClientOptions(optFns ...func(*Options)) func(*PresignOptions) {
api_client.go#L665: func (w withPresignClientFromClientOptions) options(o *PresignOptions) {
api_client.go#L671: func WithPresignExpires(dur time.Duration) func(*PresignOptions) {
api_client.go#L677: func (w withPresignExpires) options(o *PresignOptions) {
api_client.go#L684: options PresignOptions
api_client.go#L689: func NewPresignClient(c *Client, optFns ...func(*PresignOptions)) *PresignClient {
api_client.go#L690: var options PresignOptions
api_client.go#L716: type presignConverter PresignOptions
api_op_DeleteBucket.go#L173: func (c *PresignClient) PresignDeleteBucket(ctx context.Context, params *DeleteBucketInput, optFns ...func(*PresignOptions)) (*v4.PresignedHTTPRequest, error) {
api_op_DeleteObject.go#L243: func (c *PresignClient) PresignDeleteObject(ctx context.Context, params *DeleteObjectInput, optFns ...func(*PresignOptions)) (*v4.PresignedHTTPRequest, error) {
api_op_GetObject.go#L566: func (c *PresignClient) PresignGetObject(ctx context.Context, params *GetObjectInput, optFns ...func(*PresignOptions)) (*v4.PresignedHTTPRequest, error) {
api_op_HeadBucket.go#L514: func (c *PresignClient) PresignHeadBucket(ctx context.Context, params *HeadBucketInput, optFns ...func(*PresignOptions)) (*v4.PresignedHTTPRequest, error) {
api_op_HeadObject.go#L857: func (c *PresignClient) PresignHeadObject(ctx context.Context, params *HeadObjectInput, optFns ...func(*PresignOptions)) (*v4.PresignedHTTPRequest, error) {
api_op_PutObject.go#L583: func (c *PresignClient) PresignPutObject(ctx context.Context, params *PutObjectInput, optFns ...func(*PresignOptions)) (*v4.PresignedHTTPRequest, error) {
api_op_UploadPart.go#L466: func (c *PresignClient) PresignUploadPart(ctx context.Context, params *UploadPartInput, optFns ...func(*PresignOptions)) (*v4.PresignedHTTPRequest, error) {