-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide custom AWS Credentials for storage category #3917
Comments
Hi @oleg-moseyko, thank you for using Amplify! Amplify Storage library manages the tokens retrieved from Cognito to interact with S3 buckets. |
Hi @edisooon |
This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you! |
@oleg-moseyko Providing custom AWS Credentials is currently not supported in the Storage category. |
.. my current state is like on harsh62-avatar. so in 21 century basic developer with basic size mobile application and basic backend to implement basic upload to S3 should:
is this way suggested as the best and simplest? |
From an Amplify perspective, this is considered as an advanced and not very common use case. This is the first feature request we have received for providing custom credentials to storage category. You could still use the AWS SDK for Swift or Kotlin to achieve your use case, just not using Amplify. Ideal use case would be:
|
@harsh62
how to live with this fucking nonsense?
|
Thanks for raising this concern. I understand the frustration when navigating through the complexities of AWS Services and available features. Let’s address your requirements step-by-step. Specifically, I’ll focus on federating into Cognito Identity Pools using a custom backend and developer-provided identity IDs. I think the following image best reflects your architecture and probably how you should setup everything to access backend resources securely.
|
Hi @harsh62 |
Is your feature request related to a problem? Please describe.
I would like to upload file to bucket but I can't figure out how to set up Amplify configure by accessKeyId/secretKey with sessionToken which i get from my server:
The text was updated successfully, but these errors were encountered: