Table of Contents

, , , , ,

CREATE BUCKET

This action creates a bucket in Amazon S3 storage. Note that the Application ID and Application Secret for Amazon S3 must be defined (they are defined when you define a Document attribute stored in Amazon S3

Syntax

CREATE BUCKET ArithmeticExpression ()

The expression must produce a string that contains region name and bucket name delimited by the dot symbol.

Example

CREATE BUCKET 'ap-southeast-2.MyBucket'