Registry / networking / league-flysystem-async-aws-s3

league-flysystem-async-aws-s3

JSON →
library3.31.0phppackagistunverified

AsyncAws S3 filesystem adapter for Flysystem.

composer require league/flysystem-async-aws-s3
INSTALL
IMPORT
SIG · LEAGUE-FLYSYSTEM-A
L
league-flysystem-async-aws-s3
networkingphpv3.31.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AsyncAwsS3Adapter
✓ use League\Flysystem\AsyncAwsS3\AsyncAwsS3Adapter;

Create a Flysystem filesystem using AsyncAws S3 adapter.

use League\Flysystem\AsyncAwsS3\AsyncAwsS3Adapter; use AsyncAws\S3\S3Client; $client = new S3Client(['region' => 'us-east-1']); $adapter = new AsyncAwsS3Adapter($client, 'bucket-name'); $filesystem = new League\Flysystem\Filesystem($adapter); $filesystem->write('path/file.txt', 'contents');
Debug
Known issues
breakingRequires PHP 8.0+ and the async-aws/s3 package.
fix
Ensure your project meets PHP version requirement and install async-aws/s3.
affects: >=3.0
Upgrade
Version history
3.31.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
league-flysystem-async-aws-s3 — pip install league-flysystem-async-aws-s3 · libregistry