createfilesystem
Certified
Create an Amazon S3 Files file system
createfilesystem
Certified
Create an Amazon S3 Files file system
yaml
type: io.kestra.plugin.aws.s3.files.createfilesystemExamples
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
bucket *Requiredstring
roleArn *Requiredstring
acceptBucketWarning booleanstring
Default
falseaccessKeyId string
clientToken string
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
kmsKeyId string
prefix string
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15M