MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / GetObject

Method GetObject

storage/s3/s3_client.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, input *s3.GetObjectInput, opts ...func(*s3.Options))

Source from the content-addressed store, hash-verified

9// s3Client is an interface for S3 normal and crypto client
10type s3Client interface {
11 GetObject(ctx context.Context, input *s3.GetObjectInput, opts ...func(*s3.Options)) (*s3.GetObjectOutput, error)
12}

Callers 9

GetObjectMethod · 0.65
TestETagEnabledMethod · 0.65
TestRangeRequestMethod · 0.65
TestObjectNotFoundMethod · 0.65
TestContainerNotFoundMethod · 0.65

Implementers 6

mockStoragefetcher/transport/round_tripper_test.g
Storagestorage/gcs/storage.go
Storagestorage/s3/storage.go
Storagestorage/abs/storage.go
Storagestorage/swift/storage.go
Storagestorage/fs/storage.go

Calls

no outgoing calls

Tested by

no test coverage detected