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/S3Uri.py: Display public URLs correctly for non-DNS buckets. More... about 17 years ago
* S3/S3.py: "s3cmd mb" can create upper-case buckets again in US. Non-US (e.g. EU) bucket names must conform strict DNS-rules. More... about 17 years ago
* testsuite, run-tests.py: Added testsuite with first few tests. More... about 17 years ago
Update TODO (allow change /tmp to somewhere else) More... about 17 years ago
* s3cmd, S3/S3Uri.py, S3/S3.py: All internal representations of S3Uri()s are Unicode (i.e. not UTF-8 but type()==unicode). It still doesn't work on non-UTF8 systems though. More... about 17 years ago
Updated artwork. More... about 17 years ago
Added "artwork" directory with site-top logo for now. More... about 17 years ago
* s3cmd: Rework UTF-8 output to keep sys.stdout untouched (or it'd break 's3cmd get' to stdout for binary files). More... about 17 years ago
* s3cmd, S3/S3.py, S3/Config.py: Removed --use-old-connect-method again. Autodetect the need for old connect method instead. More... about 17 years ago
Updated tasks More... about 17 years ago
* s3cmd, S3/S3.py: Make --verbose mode more useful and default mode less verbose. More... about 17 years ago
* s3cmd, S3/Config.py: [rb] Allow removal of non-empty buckets with --force. [mb, rb] Allow multiple arguments, i.e. create or remove multiple buckets at once. [del] Perform recursive removal with --recursive (or -r). More... about 17 years ago
Updated TODO list More... about 17 years ago
* s3cmd: Refuse 'sync' together with '--encrypt'. More... about 17 years ago
* S3/S3.py: removed object_{get,put,delete}_uri() functions and made object_{get,put,delete}() accept URI instead of bucket/object parameters. More... about 17 years ago
* S3/PkgInfo.py: Bumped up version to 0.9.9-pre1 More... about 17 years ago
* s3cmd, S3/S3.py, S3/Config.py: Allow access to upper-case named buckets again with --use-old-connect-method (uses http://s3.amazonaws.com/bucket/object instead of http://bucket.s3.amazonaws.com/object) More... about 17 years ago
* s3cmd: Always output UTF-8, even on output redirects. More... about 17 years ago
* TODO: Add some items More... about 17 years ago
* Released version 0.9.8.3 More... about 17 years ago
* S3/Utils.py (hash_file_md5): Hash files in 32kB chunks instead of reading it all up to a memory first to avoid OOM on large files. More... about 17 years ago
* s3cmd.1: couple of syntax fixes from Mikhail Gusarov More... about 17 years ago
* S3/PkgInfo.py: Bumped up version to 0.9.8.2 * NEWS: Added 0.9.8.2 More... over 17 years ago
* s3cmd: Print version info on 'unexpected error' output. More... over 17 years ago
* S3/S3.py: Re-upload when Amazon doesn't send ETag in PUT response. It happens from time to time for unknown reasons. Thanks "Burtc" for report and "hermzz" for fix. Fixes #1990387 More... over 17 years ago
* S3/PkgInfo.py: Bumped up version to 0.9.8.1 * NEWS: Added 0.9.8.1 More... over 17 years ago
Improved run-tests.sh a little. More... over 17 years ago
* s3cmd: make 'cfg' global More... over 17 years ago
* run-tests.sh: Sort-of testsuite More... over 17 years ago
* s3cmd: Last-minute compatibility fixes for Python 2.4 More... over 17 years ago