summaryrefslogtreecommitdiff
path: root/cloud/amazon/s3.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
* Call main in conditional way - cloud/amazonFabio Alessandro Locati2016-12-051-1/+2
* use 'six' for urlparse compatability (#5777)Ted Timmons2016-12-011-1/+1
* Examples syntax batch5 (#5622)Sam Doran2016-11-151-38/+91
* Add s3_url requirement in doc when rgw support is enabled in s3.pyJavier M. Mellid2016-06-211-1/+1
* Add proper version_added for rgw option in s3.pyJavier M. Mellid2016-06-211-0/+1
* Add Ceph RGW S3 compatibilityJavier M. Mellid2016-06-211-3/+25
* Fixing error exception handling for python3. Does not need to be compa… (#3...codemeup @ Work2016-06-021-13/+13
* Fix S3 unavailable region errorDoug Luce2016-05-241-3/+4
* clarified docs on overwriteBrian Coca2016-04-281-2/+2
* fix typo in documentationTed Timmons2016-03-181-1/+1
* corrected typo on aws connection arguments varBrian Coca2016-03-071-2/+2
* Merge pull request #2421 from willthames/ec2_fix_vpc_security_tokenToshio Kuratomi2016-03-041-1/+2
|\
| * Use connect_to_aws where possibleWill Thames2015-11-061-1/+2
* | Various simple linting type cleanups on modulesMatt Martz2016-02-161-1/+0
* | Merge pull request #2746 from ferrants/patch-2Brian Coca2016-01-181-2/+2
|\ \
| * | updated s3 module documentationMatt Ferrante2015-12-301-2/+2
| |/
* | updated s3 docs to reflect mode choicesBrian Coca2016-01-151-3/+2
|/
* Remove @ralph-tice from maintainership per his requestGreg DeKoenigsberg2015-10-281-1/+0
* Remove duplicate logicVal Komarov2015-10-141-11/+5
* Update s3.pyFrank van Tol2015-09-141-1/+1
* Added option to set multiple ACLs for S3 objects. Also verifies theTaneli Lepp2015-09-081-4/+11
* Merge pull request #1940 from jcowley/s3-permissionsBenno Joy2015-09-011-1/+10
|\
| * Add support for S3 canned permissions. resolves #1939Jason Cowley2015-08-191-1/+10
* | Delete dead and broken codeTill Backhaus2015-08-241-9/+0
|/
* Fix missing params to download_s3file in s3James Cammarata2015-07-301-1/+1
* Fixing s3 failures when bucket names contain dotsJames Cammarata2015-07-301-1/+7
* added version added to headers in s3Brian Coca2015-07-281-0/+1
* Merge pull request #160 from acaire/s3-headersBrian Coca2015-07-281-16/+26
|\
| * add headers param to s3 uploadsAsh Caire2015-06-301-16/+26
* | If overwrite is set, download eagerly.Feanil Patel2015-07-241-7/+3
* | Use the common/shared MD5 function.khassen2015-07-231-11/+2
* | Updated doc strings so each character isn't considered a lineayush2015-07-201-3/+6
* | s3 module: Add missing version tag to "encrypt" parameterApoorva Kulkarni2015-07-101-0/+1
|/
* Merge pull request #332 from proby/add-s3-listToshio Kuratomi2015-06-301-2/+55
|\
| * iterate through all keys in a more pythonic mannerPatrick Roby2015-06-251-1/+1
| * update documentation, adding new paramsPatrick Roby2015-06-251-1/+19
| * Add support for listing keys in a specific S3 bucketPatrick Roby2015-06-241-2/+37
* | Merge pull request #255 from SDFE/s3_connect_paramsToshio Kuratomi2015-06-251-0/+1
|\ \ | |/ |/|
| * use aws connect calls that allow boto profile useDan Abel2015-04-021-0/+1
* | Updating cloud modules with proper github author informationGreg DeKoenigsberg2015-06-151-1/+3
* | Get specific object version with S3 module.Tyler Cross2015-06-151-21/+42
* | Merge pull request #1464 from qrtt1/develBrian Coca2015-06-121-2/+10
|\ \
| * | Refactoring for easier to readChing Yi, Chan2015-06-051-3/+1
| * | Prevent memory-error from a large fileChing Yi, Chan2015-06-041-2/+12
* | | Added delobj command to delete an object within a bucketBruce Pennypacker2015-06-111-4/+23
|/ /
* | feature pull request: catch and retry recoverable errorstedder2015-06-011-1/+0
* | Fixes issue 1197 for s3 module, where the file gets downloaded even if checks...Benno Joy2015-06-011-0/+6
* | s3 put: add support for server-side encryptionbillwanjohi2015-05-271-44/+60
* | Minor fixups found during review of #582Toshio Kuratomi2015-05-271-4/+4