react-native-aws-signature icon indicating copy to clipboard operation
react-native-aws-signature copied to clipboard

library to generate AWS signaure V4 for React Native application

Results 5 react-native-aws-signature issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use this library to then hit the SNS API. This is what I am doing: ``` var awsSignature = new AWSSignature(); var timestamp = awsSignature.formatDateTime(new...

hai i am trying to upload an image to amazon-s3 using react-native-aws-signature here is the Question which i posted in StackOverflow Link:[http://stackoverflow.com/questions/36062165/uploading-an-image-to-aws-using-react-native-aws-signature](url) please tell me that how to how to...

There is no license in place for this library which, by default, makes it "all rights reserved" to the author and outside of GitHub no-one has automatic rights to use...

There seems to be no parameter to handle generated session token - for example when generating temp credentials via identity pool which via AWS STS returns session token. In AWSSignature.js,...

help wanted

Hello, I have this working with a call to Amazon S3, however when using the same methodology for Amazon SES I keep receiving a "Request is missing Authentication Token". I...