Add A Storage Bucket
Add a storage bucket.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/buckets \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"name":"string","accessKey":"string","secretKey":"string","endpoint":"string","bucket":"string","prefix":"string","region":"string"}'
Last updated
Was this helpful?