Readonly deleteDelete the object corresponding to key.
This method resolves even if the key doesn't exist, in order to provide a normalised API,
since Amazon S3 always returns a 204 regardless of whether the object exists (GCS returns a
404 and its SDK throws an error).
Delete the object corresponding to key.
This method resolves even if the key doesn't exist, in order to provide a normalised API,
since Amazon S3 always returns a 204 regardless of whether the object exists (GCS returns a
404 and its SDK throws an error).
Readonly getRetrieve the object by key or return null if the key doesn't exist.
Retrieve the object by key or return null if the key doesn't exist.
Readonly listRetrieve the keys for all the objects in the specified bucket with the specified key prefix.
This will handle pagination if the backend supports it (S3 does, Minio doesn't).
Retrieve the keys for all the objects in the specified bucket with the specified key prefix.
This will handle pagination if the backend supports it (S3 does, Minio doesn't).
Readonly putGenerated using TypeDoc
Interface for all object store clients.