-
Hello,
I am trying to assume my identity pool user auth role when invoking my AWS REST API requests. I followed the same code setup for declaring my authentication pools/identity pools. The only ch…
-
In the http.R file and its `sesPost()` function, there need to be two different region variables, one for the AWS region of the user's instance, which is incorporated into the credentials, and one for…
-
I had an issue where all of my requests were coming back with this:
```xml
AccessDenied
There were headers present in the request which were not signed
x-amz-acl
…
-
While attempting to sign a request to ElasticSearch in which a document id contained a "/" an incorrect signature was produced, resulting in the call to fail.
The failed case looked like so:
https…
-
### What happened?
When manually modifying the "CA certificate for outbound SSL/TLS inspection" in AWS TLS inspection configurations, Pulumi won't be able to make further changes to the `Certificat…
-
### Description
Form generation in the project is powerful but lacks scalability when it comes to overriding input values through props passed from a parent component. Currently, overrides can be s…
-
We currently do not to guard against mutable inputs, but that doesn't seem worth optimizing for. Plus it defers even more work to the HTTP thread.
-
Hi,
I'm trying to combine pipline with S3 storage, so I'm using it like
```
class NonPackagingS3PipelineCachedStorage(
NonPackagingMixin, PipelineMixin, CachedFilesMixin, S3BotoStorage):…
-
I'm using Boto 2.6.0, Python 2.7.3 on Ubuntu 12.04 64bit.
When making calls to Cloudformation, I'm receiving a BotoServerError with a code of SignatureDoesNotMatch when I am behind a proxy. When not r…
-
#1 has dealt with almost every edge-case that I can find, outside of the [instance identity][instance-identity] stuff, which is largely cryptographic data signing a given document. There are a few key…