bucket_add
This job adds one or more buckets to a BucketFS service.
Mandatory parameters
Parameter name | Data type | Description |
---|---|---|
bucket_name | string | The bucket name. |
bucketfs_name | string | The name of the BucketFS sevice that will store the new bucket. |
public | boolean | Indicates whether the bucket content is public. Valid values are True and False. |
Optional parameters
Parameter name | Data type | Description |
---|---|---|
read_password | string | The password for reading the bucket content. |
write_password | string | The password for writing in the bucket. |
additional_files | tuple, list | List or tuple with additional files in the bucket. For example: ['EXAClusterOS:/opt/exasol/slc-*/ScriptLanguages-*']. |
Substitute parameters
There are no substitute parameters.
Allowed users
The following users are allowed to run this job:
- root
- _owner
Allowed groups
The following groups are allowed to run this job:
- root
- exabfsadm
- exaadm
Examples
The following examples show how to run this job in a Python program using XML-RPC or on the command line using confd_client.