benjreinhart / react-native-aws3

Pure JavaScript React Native library for uploading to AWS S3
MIT License
399 stars 151 forks source link

Uploading with ARN #36

Closed bucketclan closed 7 years ago

bucketclan commented 7 years ago

I have an ARN and accessKey. I do not have a secret key. I have been give access by the owner of the account as an IAM user.

If I remove the secret key from options, I get an error saying 'The secretKey must be specified'.

How would I upload a file with the above constraints?