Tag: Ktor

Uploading Files to an AWS Signed URL using Ktor on Android

This post is based on a recent experience where the need arose to upload a file directly to an AWS signed URL instead of what we were previously using, GraphQL FileUpload. As there are many good examples of how to perform this upload using Retrofit 2, this post is aimed at helping other Android deve...