dokku / plugn

Hook system that lets users extend your application with plugins
MIT License
82 stars 22 forks source link

Add support for s3-based urls #24

Closed josegonzalez closed 2 years ago

josegonzalez commented 7 years ago

Would be great to support s3 urls for installation, via either s3cmd or the aws s3 cli. No need to specify aws env vars, as we can let the tools just retrieve credentials with their normal fallback methods.

The urls would all be tar-based, so the installation is pretty similar to our existing tar support, just with s3:// urls.

Note: the install should fail if the s3cmd/awscli dependency does not exist.

josegonzalez commented 2 years ago

This won't be done by me, but if others want to contribute it, go for it :)