refile / refile-s3

Amazon S3 Backend for Refile
MIT License
36 stars 88 forks source link

Remove required :region from Refile::S3.new #23

Closed matiasanaya closed 6 years ago

matiasanaya commented 8 years ago

The AWS SDK knows how to pull this info from env vars and standard config files, so best to avoid making the constructor aware of it.

This change is backwards compatible in terms of interface for the constructor.

That being said, this change breaks on ruby 2.2.2p95 in a strange way, so bumped the Ruby version requirement.

matiasanaya commented 6 years ago

no traction, closing.