Juliuz Christian Llanillo

Results 9 comments of Juliuz Christian Llanillo

Is this feature now available or there is a workaround for it?

Any updates on this?

Might be connected with the request that must be signed, although this does not require signed credentials. I'm looking into it right now. For the time being, try making the...

Fix is coming. I'll close the issue if it's released.

This is actually true. We're now fixing it. Right now, I'm still looking into AWS cognito docs for functions that does not require signed signature as the initialization of the...

Next release would fix this issue. By simply not providing the AWS access key and secret, the signature would automatically be unsigned.

Indeed. I just created a helper for this kind of method. ``` import requests def delete_record_in_digitalocean(auth_key, for_domain, record_id): """ Deletes a domain record in digitalocean :param auth_key: key to use...

The latest commit that supposed to "upgrade" the `policy.py` is what causing the error. Some site works, some are not. As it is an intermittent error (or most likely something...

The closest thing we can do about this will be in the `HISTORY.md`, as for the description, it should use the `README.md` but it seems that we weren't able to...