cURL
curl --request POST \ --url https://api.example.com/storage/v1/s3/{path} \ --header 'Authorization: Bearer <token>'
Dispatched to CreateMultipartUpload / CompleteMultipartUpload / DeleteObjects based on query.
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