Antti Haapala
Antti Haapala
This, along with a *custom password prompt program* (hint: ssh-askpass API is rather standard!)
+1 for this. For example it is not immediately obvious that sqlalchemy-migrate is a third-party effort and the preferred migration tool for sqlalchemy is the package named alembic.
the relative paths should actually use `file:foo/bar` so that the `#egg=spam` fragment could be appended. Unfortunately this breaks in `pip-compile`, as `pip-compile` tries reading `foo/bar/setup.py` *after* setting `foo/bar` as the...
as for why `#egg=spam` would be needed, is for `pip` dependency resolver to find out what _abstract_ requirement is provided by the said file link! Otherwise it is going to...
@rollcat *almost* works... except that we merged 2 repos so it is a slug and hardly speaks.
Ping, this is still there today. [S3 docs](http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html) say that "The policy required for making authenticated requests using HTTP POST is a UTF-8 and Base64 encoded document written in JavaScript...
Example fix that I am using is available at https://github.com/ztane/boto/commit/0819a88b088092172da30b07db2abfd4c5a12826 - though I am not able to do the test yet
Also should fix https://github.com/boto/boto/issues/2615 too
me too, I guess I have to monkeypatch build_post_policy.
Could someone please merge these patches asap, it feels ridiculous that I need to monkeypatch boto in each and every project that I am working on.