(ctx context.Context, opts ...opOption)
| 20 | |
| 21 | type remoteStore interface { |
| 22 | FileMap(ctx context.Context, opts ...opOption) (map[string]file, error) |
| 23 | Put(ctx context.Context, f localFile, opts ...opOption) error |
| 24 | DeleteObjects(ctx context.Context, keys []string, opts ...opOption) error |
| 25 | Finalize(ctx context.Context) error |
no outgoing calls