Amazon S3 proxy on Heroku

Just finished a small app that proxies Amazon S3 bucket via specifying key/secret pair in URL. Great to view private published artifacts (say, generated documentation, say, via travis-artifacts for Travis).

Go to main page or just specify yours credentials in URL:

http://s3proxy.herokuapp.com/ACCESS_KEY_ID/SECRET_ACCESS_KEY/BUCKET_NAME/

Stuff I used to build this:

blog comments powered by Disqus