December 14, 2014
View 741e052

finish merge with master

Matt Domsch authored on 2014/12/14 13:37:05
View 95ff065

Arch Linux 2014.12.01 and Fedora rawhide (will be F22) now includes Python 2.7.9 which turns on SSL certificate validation. This leads to to a problem: The Amazon S3 wildcard certificate specifies *.s3.amazonaws.com which does not match any DNS-style buckets. So you have to use --no-check-certificate for operations on these buckets.

Matt Domsch authored on 2014/12/14 06:43:44
December 8, 2014
View e4c28b3

Merge pull request #428 from mdomsch/bug/content-type

Matt Domsch authored on 2014/12/08 21:53:24
December 6, 2014
View bb636cd

add --remove-headers option, used in [modify]

Matt Domsch authored on 2014/12/06 10:17:09
December 4, 2014
View 3c3b5dd

Use ca_certs_file="" so it will load from ~/.s3cfg

Matt Domsch authored on 2014/12/04 05:36:36
December 2, 2014
View 75bfa20

Add --ca-cert=FILE option for python 2.7.9ish

Matt Domsch authored on 2014/12/02 04:53:01
August 6, 2014
View 684240a

Unbreak Config on empty options

sralmai authored on 2014/08/06 03:09:34
View 76eb785

Revert "fix issue with error display after config modify"

Matt Domsch authored on 2014/08/06 11:01:41
July 23, 2014
View 0f3fab4

fix issue with error display after config modify

Lance Batson authored on 2014/07/23 11:11:57
May 26, 2014
View 1af8d99

added support for default AWS CLI env naming convention

Vasileios Mitrousis authored on 2014/05/26 21:20:35
May 17, 2014
View 200211a

load the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY env vars by default

Vasileios Mitrousis authored on 2014/05/17 04:28:18
May 14, 2014
View da14318

option to load AWS keys from env vars

Vasileios Mitrousis authored on 2014/05/14 21:17:31
March 25, 2014
View 0fe6085

Bugfix for my issue #303 - allows override of config file or EC2 IAM role credentials with the command-line, fixes the issue where command-line credentials were ignored if role credentials exist.

Michael Stella authored on 2014/03/25 23:20:39
March 14, 2014
View afd51b6

Updated copyright to TGRMN Software

Michal Ludvig authored on 2014/03/14 12:31:12
March 5, 2014
View 2f39a8d

Add support for object expiration

hrchu authored on 2014/03/05 22:31:21