Jim Myers
Jim Myers
I've also recently run into this issue using the `manager.Uploader` to upload buckets that have an object lock. > Content-MD5 HTTP header is required for Put Object requests with Object...
Thanks for pointing that out. I'll give that a shot for our use case.
Hi @Kyle-Verhoog, I tried using filters, and that did work somewhat for our use case, but there was some behavior that I found surprising. To validate this in development, I'm...
I think these would be the relevant versions of pip packages involved in the above traces: ``` ddtrace==0.38.1 Flask==1.0 gunicorn==19.9.0 psycopg2==2.8.4 ```
Thanks for the pointer. Will look into if that is an option.
In my mind this isn't intended as a utility to repeat a test, but instead it serves as the inverse of `Eventually` when testing asynchronous code. `Consistently` allows someone to...