MCPcopy Create free account
hub / github.com/dan-v/lambda-nat-proxy / DeleteObjectsWithContext

Method DeleteObjectsWithContext

internal/aws/clients.go:57–57  ·  view source on GitHub ↗
(ctx context.Context, input *s3.DeleteObjectsInput, opts ...request.Option)

Source from the content-addressed store, hash-verified

55 ListObjectsV2WithContext(ctx context.Context, input *s3.ListObjectsV2Input, opts ...request.Option) (*s3.ListObjectsV2Output, error)
56 DeleteObjectWithContext(ctx context.Context, input *s3.DeleteObjectInput, opts ...request.Option) (*s3.DeleteObjectOutput, error)
57 DeleteObjectsWithContext(ctx context.Context, input *s3.DeleteObjectsInput, opts ...request.Option) (*s3.DeleteObjectsOutput, error)
58 PutObjectWithContext(ctx context.Context, input *s3.PutObjectInput, opts ...request.Option) (*s3.PutObjectOutput, error)
59 GetObjectWithContext(ctx context.Context, input *s3.GetObjectInput, opts ...request.Option) (*s3.GetObjectOutput, error)
60}

Callers 1

emptyS3BucketFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected