Autobuild upload
Usage:
autobuild upload [-h] [--upload-to-s3] [--credentials CREDENTIALS] [-n]
[-q] [-v] [-d]
archive
Arguments:
- archive
- specify the archive to upload to install-packages.lindenlab.com or to S3, as indicated by config file
Options:
-h, --help show this help message and exit --upload-to-s3 upload this archive to amazon S3 --credentials CREDENTIALS The file containing s3 credentials. Currently this option is ignored and the default is hardcoded. The default is $HOME/.s3curl (or %USERPROFILE%/.s3curl on windows). see below for details -n, --dry-run run tool in dry run mode if available -q, --quiet minimal output -v, --verbose verbose output -d, --debug debug output
example .s3curl credentials file contents:
%awsSecretAccessKeys = (
lindenlab => {
id => 'ABCDABCDABCDABCD',
key => '01234567890abcdABCD/01234567890abcdABCD+',
},
}