Terri Cain
Terri Cain
What does this solve?
Ok Moto has absolutely no concept of the current user, doing this would be a massive undertaking, though I agree would be great if it worked.
@farirat I also just encountered this on 2 machines at the same time (as I guess its doing rollover at the same time) ``` File "/usr/lib64/python2.7/logging/handlers.py", line 77, in emit...
1% used inodes on each node. I did find a cron job that clears out some of the jasmin logs if they are older than 3 days, but seeing as...
https://github.com/terrycain/aioboto3/issues/265 - Just seen this also
https://github.com/boto/botocore/blob/develop/botocore/httpchecksum.py#L346 So there be the problem, i think if AwsChunkedWrapper was an async iterator, that should suffice, I'm gonna have a crack at it and see where i get
Yeah in the case of uploading large files to s3, they should be done multipart instead of put-object (for reference of anyone who lands here)
Got any references/examples of it? sounds cool/scary/error-prone :smile:
This looks great :smile: Might have to loot some of it for aioboto3 once its merged :wink:
@thehesiod am not too pleased with `headers.pop('Transfer-Encoding', '')` in `httpsession.py` you think theres a better way to do it?