README.txt 313 B

123456789101112131415161718
  1. s3web
  2. =====
  3. Simple upload files to amazon s3 as a website.
  4. Usage
  5. =====
  6. s3web --config path/to/s3web.cfg path/to/directory-to-upload
  7. An example of a s3web.cfg::
  8. [s3web]
  9. api_key = Some-api-key
  10. api_secret = The-api-secret
  11. domain_name = www.example.com
  12. Then just set the CNAME and all that other stuff.