head abstract method

Future<ObjectInfo?> head(
  1. String key
)

Get object metadata without reading the body (HeadObject).

Returns null if the key does not exist.

Implementation

Future<ObjectInfo?> head(String key);