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

Method GetObject

storage/reader.go:18–18  ·  view source on GitHub ↗

GetObject retrieves an object from the storage and returns ObjectReader with the result.

(
		ctx context.Context,
		reqHeader http.Header,
		bucket, key, query string,
	)

Source from the content-addressed store, hash-verified

16 // GetObject retrieves an object from the storage and returns
17 // ObjectReader with the result.
18 GetObject(
19 ctx context.Context,
20 reqHeader http.Header,
21 bucket, key, query string,

Callers 1

RoundTripMethod · 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