Registry / cloud / league-flysystem-aws-s3-v3

league-flysystem-aws-s3-v3

JSON →
library3.34.0phppackagistunverified

AWS S3 filesystem adapter for Flysystem.

composer require league/flysystem-aws-s3-v3
INSTALL
IMPORT
SIG · LEAGUE-FLYSYSTEM-A
L
league-flysystem-aws-s3-v3
cloudphpv3.34.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.

AwsS3V3Adapter
use League\Flysystem\AwsS3V3\AwsS3V3Adapter;

Create an AWS S3 adapter for Flysystem.

use League\Flysystem\AwsS3V3\AwsS3V3Adapter; use Aws\S3\S3Client; $client = new S3Client(['region' => 'us-east-1', 'version' => 'latest']); $adapter = new AwsS3V3Adapter($client, 'my-bucket');
Debug
Known issues
gotchaRequires the AWS SDK for PHP (aws/aws-sdk-php) as a dependency.
fix
Ensure aws/aws-sdk-php is installed.
affects: >=3.0.0
Upgrade
Version history
3.34.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
league-flysystem-aws-s3-v3 — pip install league-flysystem-aws-s3-v3 · libregistry