head abstract method
Get object metadata without reading the body (HeadObject).
Returns null if the key does not exist.
Implementation
Future<ObjectInfo?> head(String key);
Get object metadata without reading the body (HeadObject).
Returns null if the key does not exist.
Future<ObjectInfo?> head(String key);