KeithCu
KeithCu
It is amazing this issue doesn't get fixed.
I didn't consider None as being a valid ExclusiveStartKey. I could see searching for None values in the condition expression. Will both be needed? I believe the alternative is something...
That workaround of using the paginators API could work, but this bug is about having a more practical, easy to use API for Table.Query. I presume it is an important...
One thing you could do is just fire up a python profiler, and it will show you where the time is being spent. Also, the codebase is 9.3K lines, so...
In most cases, the disk is likely much faster than the network, so it shouldn't be too hard to keep the network pipe full. Also, if it just does the...
I browsed through the source code, and in the S3.py file, I found the send_file routine, which does the checksum around line 1613. I'm surprised that hashing the content of...
Here's how you profile the program code: python -m cProfile -o c3cmd.prof /path/to/s3cmd sync localdir s3://remotedir pip install snakeviz snakeviz s3cmd.prof I ran the profile syncing the s3cmd source directory...
Here's a screenshot: 
I think the pricing and other Amazon specific stuff belongs in the wiki, not in the README.md. I sent a pull request.
Hi! This PR has been sitting around for a couple of weeks, and I now think it should be using NeuralHermes instead. I updated the bug report with more info,...