0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 04, 2024 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* S3/CloudFront.py: Implemented DeleteDistribution(), GetDistConfig() and SetDistConfig(), fixed CreateDistribution(). * s3cmd: Enabled cfdelete. More... over 16 years ago
* S3/CloudFront.py: Added Cmd.info() that handles both cflist and cfinfo commands (in fact they're aliases). Made DistributionConfig() class consistent with other Distribution*() classes. Use S3Uri and CFUri in outputs. * s3cmd: Enabled cfinfo command. More... over 16 years ago
* S3/S3Uri.py: Added S3UriCloudFront. Added S3UriS3.httpurl_to_s3uri() static method. More... over 16 years ago
* S3/CloudFront.py: Initial support for creating new Distros, implemented parser for ListAllDists response. * s3cmd: enabled 'cfcreate' command. More... over 16 years ago
* S3/S3Uri.py: Added some convenience methods to S3UriS3() More... over 16 years ago
* S3/Utils.py: Added getDictFromTree() and appendXmlTextNode() More... over 16 years ago
* S3/CloudFront.py: New module for CloudFront support. * s3cmd, S3/Config.py, S3/Exceptions.py: Wire in CF support. More... over 16 years ago
Warn about broken SVN version. More... over 16 years ago
* s3cmd, S3/S3Uri.py, NEWS: Support for recursive 'put'. More... over 16 years ago
Copy of tru...@335 for development of features sponsored by airlock.com. More... over 16 years ago
* TODO: Updated. * s3cmd: renamed (fetch_)remote_keys to remote_list and a few other renames for consistency. More... over 16 years ago
* S3/ACL.py: Move attributes from class to instance. * run-tests.py: Tests for ACL. * s3cmd: Minor messages changes. More... over 16 years ago
* S3/S3.py: Some errors during file upload were incorrectly interpreted as MD5 mismatch. (bug #2384990) More... over 16 years ago
* s3cmd: New command 'setacl'. * S3/S3.py: Implemented set_acl(). * S3/ACL.py: Fill in <Owner/> tag in ACL XML. * NEWS: Info about 'setacl'. More... over 16 years ago
* s3cmd: Factored remote_keys generation from cmd_object_get() to fetch_remote_keys(). * s3cmd: Display Public URL in 'info' for AnonRead objects. More... over 16 years ago
* S3/ACL.py: Generate XML from a current list of Grantees More... over 16 years ago
* S3/Utils.py: Fix crash in stripNameSpace() when the XML has no NS. More... over 16 years ago
* S3/ACL.py: Keep ACL internally as a list of of 'Grantee' objects. More... over 16 years ago
* S3/ACL.py: New object for handling ACL issues. * S3/S3.py: Moved most of S3.get_acl() to ACL class. More... over 16 years ago
* S3/Utils.py: Reworked XML helpers - remove XMLNS before parsing the input XML to avoid having all Tags prefixed with {XMLNS} by ElementTree. More... over 16 years ago
* s3cmd: Don't fail when neither $HOME nor %USERPROFILE% is set. (fixes #2483388) More... almost 17 years ago
Fixed Python 2.4 after conversion to 'hashlib' More... almost 17 years ago
* S3/S3.py, S3/Utils.py: Use 'hashlib' instead of md5 and sha modules to avoid Python 2.6 warnings. More... almost 17 years ago
* S3/S3.py, S3/Utils.py: Use 'hashlib' instead of md5 and sha modules to avoid Python 2.6 warnings. More... almost 17 years ago
* Released version 0.9.9-pre4 More... almost 17 years ago
* s3cmd: Reworked internal handling of unicode vs encoded filenames. Should replace unknown characters with '?' instead of baling out. * run-tests.py: Display system encoding in use. More... almost 17 years ago
* testsuite/unicode: removed. More... almost 17 years ago
* s3cmd: Print a nice error message when --exclude-from file is not readable. More... almost 17 years ago
* testsuite/exclude.encodings: Added. More... almost 17 years ago
* S3/PkgInfo.py: Bumped up version to 0.9.9-pre4 * S3/Exceptions.py: Added missing imports. More... almost 17 years ago