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

CREATE BUCKET ArithmeticExpression ()

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

CREATE BUCKET 'ap-southeast-2.MyBucket' 
  • Last modified: 2023/05/09 01:30