Skip to content

Head

obstore.head

head(store: ObjectStore, path: str) -> ObjectMeta

Return the metadata for the specified location

Parameters:

  • store (ObjectStore) –

    The ObjectStore instance to use.

  • path (str) –

    The path within ObjectStore to retrieve.

Returns:

obstore.head_async async

head_async(store: ObjectStore, path: str) -> ObjectMeta

Call head asynchronously.

Refer to the documentation for head.