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
* ChangeLog: Converted SVN logs to ChangeLog More... over 18 years ago
* S3/S3.py: Modify S3Error exception to work in python 2.4 (=> don't expect Exception is a new-style class). * s3cmd: Updated for the above change. More... over 18 years ago
Added more documentation. More... over 18 years ago
Added NEWS file More... over 18 years ago
- New feature - allow "get" to stdout More... over 18 years ago
Removed S3fs.py (development moved to a dedicated branch). More... over 18 years ago
- Implemented mknod() - Can create directory structure More... over 18 years ago
- Rewritten to use SQLite3. Currently can create the filesystem, and a root inode. More... over 18 years ago
Renamed s3py to s3cmd More... over 18 years ago
- Only require Python 2.4, not 2.5 More... over 18 years ago
- Removed show_uri - no longer needed, it's now default More... over 18 years ago
- Version 0.9.1 More... over 18 years ago
- Change all "exit()" calls to "sys.exit()" and allow for python 2.4 More... over 18 years ago
Removed dependency on hashlib -> allow for python 2.4 More... over 18 years ago
- Case insensitive regex in S3Uri.py More... over 18 years ago
- Added support for stroing/loading inodes. No data yet however. More... over 18 years ago
Initial version of S3fs module - can create filesystem via "S3fs.mkfs()" More... over 18 years ago
- Added headers with copyright to all files - Removed S3.compose_uri(), introduced S3UriS3.compose_uri() instead. More... over 18 years ago
- Converted all users of parse_uri to S3Uri class API - Removed "cp" command again. Will have to use 'put' and 'get' for now More... over 18 years ago
- New module S3/S3Uri.py - converted "put" operation to use the new S3Uri class More... over 18 years ago
- Added 'cp' command - Renamed parse_s3_uri to parse_uri (this will go away anyway) More... over 18 years ago
Include README into tarballs More... over 18 years ago
Added comprehensive README file More... over 18 years ago
- Added configuration for setup.py sdist More... over 18 years ago
- Added interactive configurator (--configure) - Added config dumper (--dump-config) - Improved --help output More... over 18 years ago
Added info for building RPM packages. More... over 18 years ago
Moved class Config from S3/S3.py to S3/Config.py More... over 18 years ago
Renamed S3/ConfigParser.py to S3/Config.py More... over 18 years ago
Added info about homepage More... over 18 years ago
- Use prefix for listings if specified. - List all commands in --help More... over 18 years ago