Skip to content

Commit

Permalink
Add doc about visibility converter
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrantosik authored Oct 14, 2024
1 parent 78194dd commit 4cd1601
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/adapter_async_aws_s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ the S3 client at [async-aws.com](https://async-aws.com/clients/) or use the

```yml
services:
acme.async.portable_visibility_converter:
class: League\Flysystem\AsyncAwsS3\PortableVisibilityConverter:

acme.async_s3_client:
class: AsyncAws\S3\S3Client
arguments:
Expand All @@ -25,6 +28,8 @@ oneup_flysystem:
client: acme.async_s3_client
bucket: 'my_image_bucket'
prefix: ''
visibilityConverter: acme.async.portable_visibility_converter
```

## More to know
Expand Down

0 comments on commit 4cd1601

Please sign in to comment.