You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with this library is security. You shouldn't be putting any secret keys in apps, it should all be on your server. This library can leak your credentials. Instead you should have presigned url generated on your server which you should be able to pass to this package to upload your file. This is a feature I am looking to implement...if the author can provide feedback on this. it would be fantastic.
We are submitting our app to google play and we got this message form Google play saying:
Your app(s) expose Amazon Web Services credentials.
This is how we are using the library:
Are we using the library in the wrong way?
The text was updated successfully, but these errors were encountered: