type github.com/aws/aws-sdk-go-v2/service/s3.PresignClient
10 uses
github.com/aws/aws-sdk-go-v2/service/s3 (current package)
api_client.go#L682: type PresignClient struct {
api_client.go#L689: func NewPresignClient(c *Client, optFns ...func(*PresignOptions)) *PresignClient {
api_client.go#L706: return &PresignClient{
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) {