head method

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

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');