bucket method
@param uuid Unique bucket identifier. @returns An instance of StorageBucket.
Implementation
StorageBucket bucket(String uuid) {
return StorageBucket(uuid);
}
@param uuid Unique bucket identifier. @returns An instance of StorageBucket.
StorageBucket bucket(String uuid) {
return StorageBucket(uuid);
}