CARVIEW |
Every repository with this icon (

Every repository with this icon (

Description: | Command line tool to upload files to Amazon S3 for static file hosting according to YSlow's best practices. |
Homepage: | https://clickontyler.com/blog/2009/02/serving-static-content-on-amazon-s3-with-s3up/ |
Clone URL: |
git://github.com/tylerhall/s3up.git
Give this clone URL to anyone.
git clone git://github.com/tylerhall/s3up.git
|
name | age | message | |
---|---|---|---|
![]() |
README.markdown | Sat Feb 28 12:13:34 -0800 2009 | Confirming directory support and updating READM... [tylerhall] |
![]() |
s3up | Loading commit data... ![]() |
s3up
s3up is a command line tool to store static content in Amazon S3 following the best practices of YSlow. Specifically, it's for users who want to use S3 as a content delivery network for their images, style sheets, JavaScript, etc.
For each file it uploads, s3up sets a far future expiration date, gzips the content, and versions the file by combining the filename with a timestamp. Each of these actions are optional and can be controlled via the command line.
A longer explanation and example usage can be found here.
FEATURES
- Upload multiple files at once - including directories
- Automatically append timestamps onto files for versioning
- Upload a gzipped version of each file
- Add far future expiration header to each file
INSTALL
Requires PHP5 and php_curl extension.
- Place s3up in a convienient location and make executable.
You're done!
UPDATES
Code is hosted at GitHub: https://github.com/tylerhall/s3up
LICENSE
The MIT License
Copyright (c) 2009 Tyler Hall
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.