head method
Get object metadata without reading the body (HeadObject).
Returns null if the key does not exist.
Implementation
@override
Future<ObjectInfo?> head(String key) => throw UnsupportedError('stub');
Get object metadata without reading the body (HeadObject).
Returns null if the key does not exist.
@override
Future<ObjectInfo?> head(String key) => throw UnsupportedError('stub');