Registry / cloud / async-aws-s3

async-aws-s3

JSON →
library3.3.0phppackagistunverified

S3 client, part of the AWS SDK provided by AsyncAws.

composer require async-aws/s3
INSTALL
IMPORT
SIG · ASYNC-AWS-S3
A
async-aws-s3
cloudphpv3.3.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.

S3Client
use AsyncAws\S3\S3Client;

Lists all S3 buckets using AsyncAws S3 client.

use AsyncAws\S3\S3Client; $client = new S3Client(['accessKeyId' => 'YOUR_KEY', 'accessKeySecret' => 'YOUR_SECRET', 'region' => 'us-east-1']); $result = $client->listBuckets(); foreach ($result->getBuckets() as $bucket) { echo $bucket->getName() . "\n"; }
Debug
Known issues
breakingRequires PHP 8.1+ and ext-simplexml for XML responses.
fix
Ensure PHP 8.1+ is installed and enable the simplexml extension.
affects: >=3.0.0
Upgrade
Version history
3.3.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
Resources
async-aws-s3 — pip install async-aws-s3 · libregistry