doCreateBucket CustomS3#
Syntax
carbonio core doCreateBucket CustomS3 {Bucket name} {Service username} {Service password} {S3 API compatible service url} {Bucket configuration description} [attr1 value1 [attr2 value2...]]
Parameter List
NAME |
TYPE |
EXPECTED VALUES |
DEFAULT |
---|---|---|---|
bucket_name(M) |
String |
Bucket name |
|
access_key(M) |
String |
Service username |
|
secret(M) |
String |
Service password |
|
url(M) |
String |
S3 API compatible service url |
|
label(M) |
String |
Bucket configuration description |
|
prefix(O) |
String |
Prefix added to blobs keys |
|
notes(O) |
String |
Bucket configuration details |
|
region(O) |
String |
region of the S3 provider |
|
signature_version(O) |
String |
Signature version V2 or V4 |
(M) == mandatory parameter, (O) == optional parameter
Usage example
carbonio core doCreateBucket CustomS3 {Bucket name} {Service username} {Service password} {S3 API compatible service url} {Bucket configuration description} [attr1 value1 [attr2 value2...]]