Object storage
S3 buckets and access keys.
Base https://api.nodion.com. Short paths needX-Nodion-Project unless the path already has/v2/projects/{id}. Request bodies are in the interactive docs.
/v2/bucketsList buckets in the current project
/v2/bucketsCreate a bucket in the current project
/v2/projects/{id}/bucketsList buckets
/v2/projects/{id}/bucketsCreate a bucket
/v2/projects/{id}/object_storage/usageObject storage usage and cost for a project
/v2/buckets/{id}/objects/shareCreate a temporary share URL for a bucket object
/v2/buckets/{id}/public_readEnable or disable public_read on a bucket
/v2/buckets/{id}Get a bucket
Returns the enriched bucket view used by the Show page (endpoint, usage, attachments, status).
/v2/buckets/{id}Delete a bucket
/v2/buckets/{id}/objectsList objects in a bucket
/v2/buckets/{id}/objectsUpload objects into a bucket
/v2/buckets/{id}/objectsDelete objects in a bucket
Requires the admin project role. Deletes up to 100 keys via the bucket service credentials.
/v2/buckets/{id}/foldersCreate a folder in a bucket
/v2/buckets/{id}/foldersDelete a folder and its contents
/v2/buckets/{id}/objects/contentDownload one object from a bucket
/v2/buckets/{id}/retryRetry provisioning a pending or failed bucket
Requires the admin project role. Re-runs Skadi bucket and service-key provisioning.
/v2/buckets/{id}/rotate_credentialsRotate a bucket's service key
/v2/buckets/{id}/attachmentsAttach a bucket to an application
/v2/bucket_attachments/{id}Update a bucket attachment's bindings
/v2/bucket_attachments/{id}Detach a bucket from an application
/v2/applications/{id}/bucket_attachmentsList an application's bucket attachments
/v2/storage_keysList S3 access keys in the current project
/v2/storage_keysCreate an S3 access key in the current project
/v2/projects/{id}/storage_keysList S3 access keys
/v2/projects/{id}/storage_keysCreate an S3 access key
/v2/storage_keys/{id}Update an S3 access key policy
/v2/storage_keys/{id}Delete an S3 access key