createfilesystem

createfilesystem

Certified

Create an Amazon S3 Files file system

yaml
type: io.kestra.plugin.aws.s3.files.createfilesystem
yaml
id: aws_s3_files_create_filesystem
namespace: company.team

tasks:
  - id: create_fs
    type: io.kestra.plugin.aws.s3.files.CreateFileSystem
    accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
    secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
    region: "us-east-1"
    bucket: "arn:aws:s3:::my-bucket"
    roleArn: "arn:aws:iam::123456789012:role/S3FilesRole"
Properties
Defaultfalse
DefaultPT15M