Downloading S3 object on Android with Kotlin and hardcoded credentials
I know that hardcoded creds are a big no no.
But I want to write an app just for me. No one else would get this app.
So I wanted to put my accessKey and secretKey directly into the code so that the app will be able to download files from my s3 bucket.
Downloading S3 object on Android with Kotlin and hardcoded credentials
I know that hardcoded creds are a big no no.
But I want to write an app just for me. No one else would get this app.
So I wanted to put my accessKey and secretKey directly into the code so that the app will be able to download files from my s3 bucket.