Objects
Manage storage objects
📄️ Introduction
Storage abstraction layer enabling pluggable backends (S3, GCS, Azure, 3rd-party)
📄️ Abort upload
Abort a multipart upload
📄️ Buckets
Buckets
📄️ Complete upload
Complete a multipart upload
📄️ Create bucket
Create a new storage bucket
📄️ Create multipart upload session
Create a new multipart upload session
📄️ Initiate object upload
Initiate a new object upload
📄️ Delete bucket
Delete a storage bucket
📄️ Delete object
Delete a storage object with cascading RTBF support
📄️ Get bucket
Retrieve a storage bucket by ID
📄️ Get object metadata
Retrieve storage object metadata by ID
📄️ List buckets
List storage buckets with pagination
📄️ List objects
List storage objects with pagination
📄️ Objects
Objects
📄️ Upload part
Upload a part for a multipart upload
📄️ Uploads
Uploads