cURL
curl --request PUT \ --url https://api.example.com/storage/v1/s3/{path} \ --header 'Authorization: Bearer <token>'
Dispatched to PutObject / UploadPart / CopyObject / CreateBucket based on path shape, query, and headers.
Standard path-style S3 path, e.g. my-bucket/object-key, my-bucket (bucket-level ops), or empty for ListBuckets.
my-bucket/object-key
my-bucket
Success