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 code snippets show how to use this job using both Python (via XML-RPC) and on the command-line using confd_client.