powered by
Check the status of a recently created app-managed bucket using the Data Management API.
checkBucket(token = NULL, bucket = "mybucket")
An object containing the bucketKey, bucketOwner, and
bucketKey
bucketOwner
createdDate.
createdDate
A string. Token generated with getToken function with bucket:create, bucket:read, and data:write scopes.
getToken
bucket:create
bucket:read
data:write
A string. Name of the bucket. Defaults to mybucket.
mybucket
if (FALSE) { # Check the status of a bucket with the name "mybucket" resp <- checkBucket(token = myToken, bucket = "mybucket") resp }
Run the code above in your browser using DataLab