
CreateBucket
CertifiedCreate an RGW bucket
CreateBucket
Certified
Create an RGW bucket
yaml
type: io.kestra.plugin.ceph.rgw.CreateBucketExamples
yaml
id: create_rgw_bucket
namespace: company.team
tasks:
- id: create_bucket
type: io.kestra.plugin.ceph.rgw.CreateBucket
host: "ceph-mgr.internal"
username: "admin"
password: "{{ secret('CEPH_DASHBOARD_PASSWORD') }}"
bucketName: "backups"
owner: "svc-backups"
Properties
bucketName *Requiredstring
host *Requiredstring
owner *Requiredstring
password string
pluginDefaultsRef Non-dynamicstring
port integerstring
Default
8443skipSsl booleanstring
Default
false