(ctx context.Context, bucket, object string, data *PutObjReader, opts ObjectOptions)
| 875 | type objectIO interface { |
| 876 | GetObjectNInfo(ctx context.Context, bucket, object string, rs *HTTPRangeSpec, h http.Header, lockType LockType, opts ObjectOptions) (reader *GetObjectReader, err error) |
| 877 | PutObject(ctx context.Context, bucket, object string, data *PutObjReader, opts ObjectOptions) (objInfo ObjectInfo, err error) |
| 878 | } |
| 879 | |
| 880 | // load the cache content with name from minioMetaBackgroundOpsBucket. |
no outgoing calls