amazon-archives / aws-sdk-react-native

AWS SDK for React Native (developer preview)
Apache License 2.0
631 stars 68 forks source link

download file from amazon S3 #59

Closed b-asaf closed 6 years ago

b-asaf commented 7 years ago

hi, I am trying to write RN app that will perform 2 actions:

  1. perform authentication - I not sure 'cognitoClient' is the right solution.
  2. download file from a specific bucket using 'Access key ID' and 'Secret access key', similar to download action performed in C# (for example)

RN version 0.45

Thanks