
create-bucket
*************


DESCRIPTION
===========

Creates a new bucket.


SYNOPSIS
========

   aws s3 create-bucket
     --bucket <value>
     [--grant-full-control <value>]
     [--create-bucket-configuration <value>]
     [--grant-write-acp <value>]
     [--acl <value>]
     [--grant-write <value>]
     [--grant-read <value>]
     [--grant-read-acp <value>]


REQUIRED PARAMETERS
===================

"--bucket"  (string)


OPTIONAL PARAMETERS
===================

"--grant-full-control"  (string)Allows grantee the read, write, read
ACP, and write ACP permissions on the bucket.

"--create-bucket-configuration"  (structure)
   "location_constraint"  (string)Specifies the region where the
   bucket will be created.

   *Parameter Syntax*

      {
        "location_constraint": "EU"|"eu-west-1"|"us-west-1"|"us-west-2"|"ap-southe
        ast-1"|"ap-northeast-1"|"sa-east-1"|""
      }

"--grant-write-acp"  (string)Allows grantee to write the --acl for the
applicable bucket.

"--acl"  (string)The canned --acl to apply to the bucket.

"--grant-write"  (string)Allows grantee to create, overwrite, and
delete any object in the bucket.

"--grant-read"  (string)Allows grantee to list the objects in the
bucket.

"--grant-read-acp"  (string)Allows grantee to read the bucket ACL.
