Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:a:create_bucket [2022/09/01 01:23] – removed - external edit (Unknown date) 127.0.0.1a_f:a:create_bucket [2023/05/09 01:30] (current) sean
Line 1: Line 1:
 +{{tag>Index Action Action_List Files Storage Version:v8.7}}
 +====== 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 =====
 +
 +<code aim>CREATE BUCKET 'ap-southeast-2.MyBucket' </code>
 +
 +
 +