Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/audreyfeldroy/linksender


https://github.com/audreyfeldroy/linksender

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

linksender
==========

Sends a link to Amazon S3 from the command line.

Installation::

$ pip install boto

Also, add this to the end of your ~/.bashrc (or ~/.profile or similar) and source it:

# For ~/code/linksender
export LINKSENDER_BUCKET="some-new-bucket"

Usage:

$ python linksender.py

Credits:

* http://stackoverflow.com/questions/14317243/boto-uploading-file-to-a-specific-location-on-amazon-s3