Skip to content
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

How to use S3 upload without auth through Cognito? #108

Closed
SahajRana opened this issue Sep 8, 2020 · 2 comments
Closed

How to use S3 upload without auth through Cognito? #108

SahajRana opened this issue Sep 8, 2020 · 2 comments
Labels
question A question about the Amplify Flutter libraries

Comments

@SahajRana
Copy link

Hi Aws team, thanks for bringing an official lib for Flutter!

How can we use S3 (upload) without auth through Cognito?

@Ashish-Nanda Ashish-Nanda added the question A question about the Amplify Flutter libraries label Sep 8, 2020
@Amplifiyer
Copy link
Contributor

@SahajRana currently it's not possible to use S3 plugin without Cognito as it is used to sign the S3 requests. You can enable guest access while configuring Auth through CLI such that your app's users wouldn't have to sign in to use S3 resources (by using the guest access)

@SahajRana
Copy link
Author

I will give guest access a try. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A question about the Amplify Flutter libraries
Projects
None yet
Development

No branches or pull requests

3 participants