Flysystem Aws S3 V2 Save Abandoned

Flysystem Adapter for AWS SDK V2

Project README

Flysystem Adapter for AWS S3 SDK v2

Author Build Status Coverage Status Quality Score Software License Packagist Version Total Downloads

Installation

composer require league/flysystem-aws-s3-v2

Usage

use Aws\S3\S3Client;
use League\Flysystem\AwsS3v2\AwsS3Adapter;
use League\Flysystem\Filesystem;

$client = S3Client::factory(array(
    'key'    => '[your key]',
    'secret' => '[your secret]',
    'region' => '[aws-region]',
));

$adapter = new AwsS3Adapter($client, 'bucket-name', 'optional-prefix');

$filesystem = new Filesystem($adapter);
Open Source Agenda is not affiliated with "Flysystem Aws S3 V2" Project. README Source: thephpleague/flysystem-aws-s3-v2
Stars
52
Open Issues
4
Last Commit
8 years ago

Open Source Agenda Badge

Open Source Agenda Rating