Dear all,
I am new to AWS. I am trying to connect to AWS S3 API using Nintex Xtensions.
I have tried the following and require your help.
- Tried to connect to Aws S3 via API.
- Made a successful attempt using Postman
- Could not continue further as AWS requires “AWS Signature” which doesn’t seem to be possible with NWC
- As I am not an AWS expert I did some research and understood that if I create a Proxy using API Gateway then I can connect to AWS without “AWS Signature”. So,
- Created a proxy for S3 API in S3 Gateway
- Made a successful attempt using Postman
- Downloaded the Swagger file that AWS provided and uploaded to NWC as extension & created required connections
- When calling the method from NWC I get an error, as attached. I have tried all variants of Swagger and nothing seem to work and the error message is quite vague.
Has anyone connected to AWS S3 before? Is this is supported?
I am attaching the two swagger files that I used (one with AWS and another with AWS API Gateway)