API Create a bucket with CORS rules
API: Create a bucket with CORS-rules
Creation of a Bucket with CORS-rules
POST /buckets/:bucketNamecurl -X 'POST' \
'https://mediaservice.tokenforge.tech/buckets/tokenforge-test-1' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"acl": "public-read",
"region": "eu-central-1"
}'Applying CORS:
Last updated