CreateBucket

CreateBucket

Certified

Create a MinIO bucket

yaml
type: io.kestra.plugin.minio.CreateBucket
yaml
id: minio_create_bucket
namespace: company.team

tasks:
  - id: create_bucket
    type: io.kestra.plugin.minio.CreateBucket
    accessKeyId: "<access-key>"
    secretKeyId: "{{ secret('MINIO_SECRET_KEY_ID') }}"
    region: "eu-central-1"
    bucket: "my-bucket"

yaml
id: s3_compatible_bucket
namespace: company.team

tasks:
  - id: create_bucket
    type: io.kestra.plugin.minio.CreateBucket
    accessKeyId: "<access_key>"
    secretKeyId: "{{ secret('MINIO_SECRET_KEY_ID') }}"
    endpoint: https://<region>.digitaloceanspaces.com  #example region: nyc3, tor1
    bucket: "kestra-test-bucket"
Properties
Definitions
insecureTrustAllCertificatesbooleanstring