Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audreyfeldroy/linksender
https://github.com/audreyfeldroy/linksender
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/audreyfeldroy/linksender
- Owner: audreyfeldroy
- Created: 2013-06-29T21:44:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-01T07:44:52.000Z (over 11 years ago)
- Last Synced: 2024-04-16T04:06:03.878Z (7 months ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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