Manage S3-compatible object storage with theDocumentation Index
Fetch the complete documentation index at: https://docs.tensorpool.dev/llms.txt
Use this file to discover all available pages before exploring further.
tp object-storage command group.
Commands
tp object-storage enable- Enable object storage for your organizationtp object-storage disable- Disable object storagetp object-storage credentials- Get S3 access credentialstp object-storage configure- Get client configuration snippetstp object-storage bucket list(ls) - List bucketstp object-storage bucket create- Create a buckettp object-storage bucket delete(rm) - Delete a bucket
tp object-storage enable
Enable object storage for your organization. This is idempotent — calling it again returns your existing credentials.tp object-storage disable
Disable object storage for your organization.tp object-storage credentials
Get your active S3 credentials for object storage.- Access key ID
- Secret access key
- S3 endpoint URL
- Region
tp object-storage configure
Get ready-to-use configuration snippets for S3 clients.rclone
~/.config/rclone/rclone.conf.
tp object-storage bucket list
List all buckets visible to your organization. Alias:tp object-storage bucket ls.
tp object-storage bucket create
Create a new bucket.bucket_name- Name for the new bucket (required, positional)
tp object-storage bucket delete
Delete an empty bucket. Alias:tp object-storage bucket rm.
bucket_name- Name of the bucket to delete (required, positional)