Skip to content
Search

DSL References

DSL stands for Domain Specific Language. In Flow, the DSL is a set of small functions that wrap object construction so pipelines read top-to-bottom. See the examples for usage in context.

HELPER

/**
 * @param array<string, mixed> $configuration - for details please see https://async-aws.com/clients/s3.html
 */
aws_s3_client(array $configuration) : S3Client
aws_s3_filesystem(string $bucket, S3Client $s3Client, Options $options, string $protocol) : AsyncAWSS3Filesystem
Contributors

Built in the open.

Join us on GitHub
scroll back to top