/**
* @param array<string, mixed> $configuration - for details please see https://async-aws.com/clients/s3.html
*/
aws_s3_client(array $configuration) : S3Client
DSL References
DSL stands for Domain Specific Language. In the case of Flow, the DSL is used to define simple functions that can be used to transform data. Most of those functions are initializing a new instance of a class under the hood since Flow is fully object-oriented. Please look at the examples below to get a better understanding of how to use the DSL functions.
HELPER
aws_s3_filesystem(string $bucket, S3Client $s3Client, Options $options) : AsyncAWSS3Filesystem