2017 © Pedro Peláez
 

library flysystem-aws-s3-v3-minio

Flysystem adapter for the AWS S3 SDK v3.x, forked for minio support

image

coraxster/flysystem-aws-s3-v3-minio

Flysystem adapter for the AWS S3 SDK v3.x, forked for minio support

  • Tuesday, September 26, 2017
  • by coraxster
  • Repository
  • 1 Watchers
  • 13 Stars
  • 5,970 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 89 Forks
  • 0 Open issues
  • 18 Versions
  • 63 % Grown

The README.md

League\Flysystem\AwsS3v3

Author Build Status Coverage Status Quality Score Software License Packagist Version Total Downloads, (*1)

This is a Flysystem adapter for the aws-sdk-php v3. Forked to support minio. (https://minio.io), (*2)

Installation

composer require coraxster/flysystem-aws-s3-v3-minio

Bootstrap

``` php <?php use Aws\S3\S3Client; use League\Flysystem\AwsS3v3\AwsS3Adapter; use League\Flysystem\Filesystem;, (*3)

include DIR . '/vendor/autoload.php';, (*4)

$client = new S3Client([ 'credentials' => [ 'key' => 'your-key', 'secret' => 'your-secret' ], 'region' => 'your-region', 'version' => 'latest|version', ]);, (*5)

$options = [ 'override_visibility_on_copy' => true ]; $adapter = new AwsS3Adapter($client, 'your-bucket-name', '', $options); $filesystem = new Filesystem($adapter);, (*6)


# Laravel config/filesystems.php

'site' => [ 'driver' => 's3', 'key' => env('AWS_KEY'), 'secret' => env('AWS_SECRET'), 'endpoint' => env('AWS_ENDPOINT'), 'region' => env('AWS_REGION'), 'bucket' => env('AWS_BUCKET'), 'use_path_style_endpoint' => true, 'options' => [ 'override_visibility_on_copy' => 'private', ] ] ```, (*7)

The Versions

26/09 2017

dev-master

9999999-dev

Flysystem adapter for the AWS S3 SDK v3.x, forked for minio support

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

26/09 2017

1.0.16

1.0.16.0

Flysystem adapter for the AWS S3 SDK v3.x, forked for minio support

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

08/06 2017

dev-feature/override-visibility-on-copy

dev-feature/override-visibility-on-copy

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

28/04 2017

1.0.15

1.0.15.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

21/06 2016

1.0.13

1.0.13.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

06/06 2016

1.0.12

1.0.12.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

03/05 2016

1.0.11

1.0.11.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

19/04 2016

1.0.10

1.0.10.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

19/11 2015

1.0.9

1.0.9.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

06/11 2015

1.0.8

1.0.8.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

06/11 2015

1.0.7

1.0.7.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

25/09 2015

1.0.6

1.0.6.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

22/09 2015

1.0.5

1.0.5.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

07/07 2015

1.0.4

1.0.4.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

16/06 2015

1.0.3

1.0.3.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

06/06 2015

1.0.2

1.0.2.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

31/05 2015

1.0.1

1.0.1.0

Flysystem adapter for the AWS S3 SDK v3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

21/01 2015

1.0.0

1.0.0.0

Flysystem adapter for AWS S3 sdk v3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge