Skip to content
ChrisKaufmann edited this page Nov 1, 2011 · 2 revisions

All Connamara dev builds come with s3cmd already set up to upload to our bucket. If there is a problem (possibly with python 2.7), download the latest version of s3cmd and install it.

To list the contents of the quickfixn bucket: s3cmd ls s3://quickfixn

to upload a file as private: s3cmd put FILENAME s3://quickfixn/FILENAME

To upload a file as public: s3cmd -P put FILENAME s3://quickfixn/FILENAME

Logging will be in s3://quickfixn/quickfixn_logging

Any public files can then be accessed at: http://quickfixn.s3-website-us-east-1.amazonaws.com/FILENAME

Clone this wiki locally