Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.34 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.34 KB

scaleway-s3-aws-sdk-example

Some example with scaleway s3 and aws-php-sdk

Install

Get your API keys here

Usage

$ docker build -t scaleways3 .
$ docker run --env AWS_ACCESS_KEY_ID=XXXXX --env AWS_SECRET_ACCESS_KEY=XXXX scaleways3

Test without docker

Be sure to have composer and php on your local environment and setted your s3 keys in env.

$ composer install
$ php src/index.php

Ressources

More examples with aws-sdk-php here

Contributors

Thanks goes to these wonderful people (emoji key):

mrpandat
mrpandat

ptondereau
ptondereau