As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I see that the request module (http://devcenter.kinvey.com/rest/reference/business-logic/reference.html#request-module) has a property called 'aws'. Can this be used for signing AWS requests?
If not, it would be really great to have the signing functionality available to the custom endpoint Javascript.
Yes, it can. The request module is a fork of the node 'request' module found at https://github.com/mikeal/request. From the documentation of that module:
"aws - object containing AWS signing information. Should have the properties key, secret. Also requires the property bucket, unless you’re specifying your bucket as part of the path, or the request doesn’t use a bucket (i.e. GET Services)"
B
Ben Fagin
said
about 10 years ago
Looking at the internals, it looks like maybe it's only set up to sign requests to S3?
M
Michael
said
almost 10 years ago
It should actually work with any AWS key - not just S3. The documentation references S3 but the key is the same throughout, I believe.
Ben Fagin
If not, it would be really great to have the signing functionality available to the custom endpoint Javascript.
1 person has this question