listfilesystems
Certified
List Amazon S3 Files file systems
listfilesystems
Certified
List Amazon S3 Files file systems
yaml
type: io.kestra.plugin.aws.s3.files.listfilesystemsExamples
yaml
id: aws_s3_files_list_filesystems
namespace: company.team
tasks:
- id: list_fs
type: io.kestra.plugin.aws.s3.files.ListFileSystems
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
region: "us-east-1"
bucket: "arn:aws:s3:::my-bucket"
maxResults: 10
Properties
accessKeyId string
bucket string
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
maxResults integerstring
nextToken string
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MstsRoleSessionName string
Outputs
fileSystems array
Definitions
io.kestra.plugin.aws.s3.files.models.FileSystem
bucketstring
clientTokenstring
creationTimeinteger
fileSystemArnstring
fileSystemIdstring
kmsKeyIdstring
namestring
ownerIdstring
prefixstring
roleArnstring
statusstring
statusMessagestring
tagsarray
io.kestra.plugin.aws.s3.files.models.FileSystem-Tag
keystring
valuestring