Buckets
Bucket management
📄️ Provision a new bucket
Provision a new bucket in the organization account, also creates the organization account if it doesn't exist. This is an
📄️ Delete a bucket
Deletes the bucket and all its contents. If the bucket is not empty, it will not be deleted unless the `force` query parameter is set to `true`.
📄️ Get bucket details
Returns the details of the bucket including its size, object count, and other metadata.
📄️ Update bucket settings
Updates the bucket settings like public access, storage class, and object ACL.
📄️ List all buckets for an organization
Lists all the buckets provisioned in the organization account.