Hello. I am using ktor to send a file to AWS, and not to load the entire file into memory to send it, I bass a ByteReadChannel to ktor and it handles it nicely. I was able to generate one for Android, but i'm stuck on iOS. Any ideas how I could get a ByteReadChannel on iOS? 😞 I've been looking into this for a week now already ... i'm simply stuck ...