Verify Bucket Connectivity
Verify whether we can reach a bucket before adding it.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/buckets/verify \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"accessKey":"string","secretKey":"string","bucket":"string","endpoint":"string","region":"string","prefix":"string"}'
Last updated
Was this helpful?