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