react-native-aws3
react-native-aws3 copied to clipboard
add sessionToken option to support temprary security credentials
This pull request is to support temporary security credentials.
To upload a file with temporary security credentials, you have to add x-amz-security-token header, as described in this.
You can do this by adding sessionToken in options argument.