-
Notifications
You must be signed in to change notification settings - Fork 202
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
Integrate Storage with DataStore #537
Comments
We will provide a code sample that shows how we can accomplish this in the absence of baked-in support. |
Any update on this or a work around that you suggest ? |
We are currently working on some documentation here: aws-amplify/docs#5649 Please see "working with files" section |
Related issue, another customer also looking for this support: #799 |
Related #1517 |
please see https://docs.amplify.aws/swift/build-a-backend/graphqlapi/working-with-files/ for guidance on working with files |
|
I have a use case where I create users via DataStore and I want to store their avatars in S3.
I would like a secure solution for retrieving a
.protected
avatar so that other users of the applications can see it.At the moment I am using something like this:
As you can see, I store
identityId
in the object so thatStorage.download
can retrieve it from S3.The text was updated successfully, but these errors were encountered: