openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
s3cmd
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Oct 04, 2024 — Oct 04, 2025
Showing page 60 of 65
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* S3/S3Uri.py: Display public URLs correctly for non-DNS buckets.
Michal Ludvig
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.
Michal Ludvig
More...
about 17 years ago
* testsuite, run-tests.py: Added testsuite with first few tests.
Michal Ludvig
More...
about 17 years ago
Update TODO (allow change /tmp to somewhere else)
Michal Ludvig
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.
Michal Ludvig
More...
about 17 years ago
Updated artwork.
Michal Ludvig
More...
about 17 years ago
Added "artwork" directory with site-top logo for now.
Michal Ludvig
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).
Michal Ludvig
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.
Michal Ludvig
More...
about 17 years ago
Updated tasks
Michal Ludvig
More...
about 17 years ago
* s3cmd, S3/S3.py: Make --verbose mode more useful and default mode less verbose.
Michal Ludvig
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).
Michal Ludvig
More...
about 17 years ago
Updated TODO list
Michal Ludvig
More...
about 17 years ago
* s3cmd: Refuse 'sync' together with '--encrypt'.
Michal Ludvig
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.
Michal Ludvig
More...
about 17 years ago
* S3/PkgInfo.py: Bumped up version to 0.9.9-pre1
Michal Ludvig
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)
Michal Ludvig
More...
about 17 years ago
* s3cmd: Always output UTF-8, even on output redirects.
Michal Ludvig
More...
about 17 years ago
* TODO: Add some items
Michal Ludvig
More...
about 17 years ago
* Released version 0.9.8.3
Michal Ludvig
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.
Michal Ludvig
More...
about 17 years ago
* s3cmd.1: couple of syntax fixes from Mikhail Gusarov
Michal Ludvig
More...
about 17 years ago
* S3/PkgInfo.py: Bumped up version to 0.9.8.2 * NEWS: Added 0.9.8.2
Michal Ludvig
More...
over 17 years ago
* s3cmd: Print version info on 'unexpected error' output.
Michal Ludvig
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
Michal Ludvig
More...
over 17 years ago
* S3/PkgInfo.py: Bumped up version to 0.9.8.1 * NEWS: Added 0.9.8.1
Michal Ludvig
More...
over 17 years ago
Improved run-tests.sh a little.
Michal Ludvig
More...
over 17 years ago
* s3cmd: make 'cfg' global
Michal Ludvig
More...
over 17 years ago
* run-tests.sh: Sort-of testsuite
Michal Ludvig
More...
over 17 years ago
* s3cmd: Last-minute compatibility fixes for Python 2.4
Michal Ludvig
More...
over 17 years ago
←
1
2
…
56
57
58
59
60
61
62
63
64
65
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree