Remove the object at path.
path
@override Future<void> delete(String path) async { final key = _fullKey(path); await client.removeObject(bucket, key); }