Can I get images from AWS s3 by using Coil and AWS SDK for Kotlin #987
Replies: 1 comment 3 replies
-
Thanks for the discussion but this seems like more of a question for the Coil folks about how to best integrate S3 and Coil. I suggest reaching out to them for guidance. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that I can use AWS API for that and make authentication in the Coil client interceptor, but is there a way to redirect network calls to AWS SDK for Kotlin or somehow authenticate Coil's request by AWS SDK because the AWS SDK already handles request authentication?
In this case, the main reason that I want to use Coil is that it will handle disk and memory caching.
Beta Was this translation helpful? Give feedback.
All reactions