Download the PHP package idno/amazon-s3 without Composer
On this page you can find all versions of the php package idno/amazon-s3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download idno/amazon-s3
More information about idno/amazon-s3
Files in idno/amazon-s3
Download idno/amazon-s3
More information about idno/amazon-s3
Files in idno/amazon-s3
Vendor idno
Package amazon-s3
Short Description Adds S3 support to Known
License Apache-2.0
Homepage https://github.com/idno/S3
Package amazon-s3
Short Description Adds S3 support to Known
License Apache-2.0
Homepage https://github.com/idno/S3
Please rate this library. Is it a good library?
Informations about the package amazon-s3
Amazon S3 file handler for Known
Uses the Amazon Simple Storage Service (S3) to allow S3 file storage for the local back-end for Known.
Installation
- Modify your known
composer.json
to include the below; then update your lockfile"idno/amazon-s3": "^1.0.0"
composer update --lock
- Enable the plugin
- Set the following values in your site config.ini:
- aws_key: Your AWS access key
- aws_secret: Your AWS access secret
- aws_bucket: The S3 bucket you want to store data inside
- aws_region: The region you wish to connect to if not 'us-east-1'
- modify your config.ini so that
s3://your-bucket/Uploads
is theuploadpath
- Enjoy!
Once these are set, S3 will be set as the back-end for all files. It is worthwhile using s3 sync to retrieve existing files and upload. This has only been manually tested on greenfield deploys.
License & libraries
Released under an Apache license.
Contains the AWS PHP SDK and associated dependencies.
All versions of amazon-s3 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
monolog/monolog Version ~1.7
aws/aws-sdk-php Version ^3.133
composer/installers Version ~1.0
monolog/monolog Version ~1.7
aws/aws-sdk-php Version ^3.133
composer/installers Version ~1.0
The package idno/amazon-s3 contains the following files
Loading the files please wait ....