Bucket Operations
Create Bucket
Create a new S3 bucket
PUT
You need appropriate permissions to create buckets in your account.
Create Bucket
Creates a new bucket. By default, the bucket is created in the region specified in your configuration.
Base URL
Headers
x-amz-acl
The canned ACL to apply to the bucket
x-amz-bucket-object-lock-enabled
Specifies whether object lock should be enabled for the bucket
Request Examples
Response Example
Authorizations
AWS Signature Version 4
Headers
The canned ACL to apply to the bucket
Available options:
private
, public-read
, public-read-write
, authenticated-read
Response
200
_mintlify/placeholder
Bucket created successfully