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
Major rework of Config class: - Renamed from AwsConfig to Config - Converted to Singleton (see Config.__new__() and an article on Wikipedia) - No more explicit listing of options - use introspection to get them (class variables that of type str, int or bool that don't start with underscore) - Check values read from config file and verify their type. More... over 18 years ago
- Merged list-buckets and bucket-list-objects operations into a single 'ls' command. - New parameter -P for uploading publicly readable objects More... over 18 years ago
Renamed s3.py to s3cmd (take 2) More... over 18 years ago
Renamed s3.py to s3cmd More... over 18 years ago
All classes from s3.py go to S3/S3.py Added setup.py More... over 18 years ago
Minor fix S3.utils -> S3.Utils More... over 18 years ago
Moved modules to their own package More... over 18 years ago
Added "del" command Converted all (?) commands to accept s3-uri Added -u/--show-uri parameter More... over 18 years ago
Verify MD5 on received files Improved upload of multiple files Initial S3-URI support (more tbd) More... over 18 years ago
Minor fixes: - store names of parsed files in AwsConfig - Print total size with upload/download More... over 18 years ago
Added support for sending and receiving files. More... over 18 years ago
List all Objects in all Buckets command Yet another logging improvement Version check for Python 2.5 or higher More... over 18 years ago
Added ConfigParser Improved setting logging levels It can now quite reliably list buckets and objects More... over 18 years ago
Added ignore list More... over 18 years ago
Initial import More... over 18 years ago