Stat returns metadata for a single key, or ErrNotFound if absent. No body is fetched.
(ctx context.Context, key string)
| 64 | // Stat returns metadata for a single key, or ErrNotFound if absent. |
| 65 | // No body is fetched. |
| 66 | Stat(ctx context.Context, key string) (Entry, error) |
| 67 | |
| 68 | // Get returns the body and metadata for a key. Callers MUST close |
| 69 | // the returned reader. Returns ErrNotFound when the key is absent. |
no outgoing calls