Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.tenbytecloud.com/v1/storage/bucket \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'apikey: <api-key>' \ --data 'name=<string>'
{ "name": "pang1", "size_bytes": 0, "billing_account_id": 129093, "num_objects": 0 }
Create an S3 object storage bucket. Bucket names must be globally unique across all users.
Bucket name, must conform to S3 bucket naming rules
Required if using a global API token
Created bucket
The response is of type object.
object