Skip to content

mrpandat/scaleway-s3-aws-sdk-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

POC with scaleway s3 and aws-php-sdk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published