GetObject retrieves an object from the storage and returns ObjectReader with the result.
( ctx context.Context, reqHeader http.Header, bucket, key, query string, )
| 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, |