2017 © Pedro Peláez
 

luya-extension luya-aws

LUYA Amazon Webservice LUYA components.

image

luyadev/luya-aws

LUYA Amazon Webservice LUYA components.

  • Saturday, July 7, 2018
  • by nadar
  • Repository
  • 3 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 2900 % Grown

The README.md

LUYA Logo , (*1)

LUYA Amazon S3 filesystem

LUYA Tests Test Coverage Latest Stable Version Total Downloads Slack Support, (*2)

A file system for the LUYA admin interface in order to store and retrieve all storage data from an Amazon S3 Bucket., (*3)

Installation

For the installation of the filesystem composer is required., (*4)

composer require luyadev/luya-aws

Configuration

After installation via Composer include the storage component to your configuration in the components sesction with your credentials:, (*5)

'components' => [
    //...
    'storage' => [
        'class' => 'luya\aws\S3FileSystem',
        'bucket' => 'BUCKET_NAME',
        'key' => 'KEY',
        'secret' => 'SECRET',
        'region' => 'eu-central-1',
    ]
]

The Versions

07/07 2018

dev-master

9999999-dev

LUYA Amazon Webservice LUYA components.

  Sources   Download

MIT

The Requires

 

The Development Requires

07/07 2018

1.0.1

1.0.1.0

LUYA Amazon Webservice LUYA components.

  Sources   Download

MIT

The Requires

 

The Development Requires

22/05 2018

1.0.0

1.0.0.0

LUYA Amazon Webservice LUYA components.

  Sources   Download

MIT

The Requires

 

The Development Requires