> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# S3 Create Bucket

Create a new S3 bucket. The bucket's creator will be assigned as the bucket's owner.

<Note>
  External Documentation

  To learn more, visit the [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter                      | Description                                                                                                                                                                                   |
  | ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | ACL                            | The canned ACL to apply to the bucket.                                                                                                                                                        |
  | AWS Region                     | Enter the desired AWS Region.                                                                                                                                                                 |
  | Bucket                         | The name of the bucket to create. Visit [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html) for more information about the bucket naming rules. |
  | Object Lock Enabled For Bucket | Specifies whether you want S3 Object Lock to be enabled for the new bucket.                                                                                                                   |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                        | Description                                                                   |
  | -------------------------------- | ----------------------------------------------------------------------------- |
  | Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
</div>

## Workflow Library Example

[Create an Amazon S3 Bucket with an Approval and Audit Process](https://library.blinkops.com/workflows/create-an-amazon-s3-bucket-with-an-approval-and-audit-process)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-an-amazon-s3-bucket-with-an-approval-and-audit-process/canvas" />
</div>
