2017 © Pedro Peláez
 

library aliyun-oss

Flysystem adapter for the Aliyun OSS

image

shion/aliyun-oss

Flysystem adapter for the Aliyun OSS

  • Tuesday, May 31, 2016
  • by Shion
  • Repository
  • 1 Watchers
  • 3 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Shion\Aliyun\OSS

Flysystem adapter for the Aliyun OSS, support for Laravel., (*1)

Installation

Through Composer, obviously:, (*2)

composer require shion/aliyun-oss

Once Aliyun OSS is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key., (*3)

Shion\Aliyun\OSS\OSSServiceProvider::class

Configuration

'oss' => [
    'driver' => 'oss',
    'access_id' => 'your_access_id',
    'access_key' => 'your_access_key',
    'bucket' => 'bucket_name',
    'region' => 'bucket_region',
    'internal_mode' => false,
],

region

The region of Aliyun OSS Data Center. Accepted region are hangzhou, qingdao, beijing, hongkong, shenzhen, shanghai, west-1 and southeast-1., (*4)

internal_mode

Use the internal mode. Provided that your ECS and Bucket in the same region., (*5)

Usage

Visit http://laravel.com/docs/5.1/filesystem, (*6)

The Versions

31/05 2016

dev-master

9999999-dev

Flysystem adapter for the Aliyun OSS

  Sources   Download

MIT

The Requires

 

by Avatar Shion

laravel aliyun flysystem oss

31/05 2016

0.1.1

0.1.1.0

Flysystem adapter for the Aliyun OSS

  Sources   Download

MIT

The Requires

 

by Avatar Shion

laravel aliyun flysystem oss

06/10 2015

0.1.0

0.1.0.0

Flysystem adapter for the Aliyun OSS

  Sources   Download

MIT

The Requires

 

by Avatar Shion

laravel aliyun flysystem oss