I'm currently trying to find a way on how to upload an Image from my Android App to DigitalOcean Spaces. I found some tutorial who show that they put their space-key and space-secret-key in the code... Isn't this the worst possible way? Example: How to upload images to Digital Ocean Spaces using AWS SDK for Android?
How to connect to DigitalOcean Spaces without having to show the space-key and space-secret-key to everyone who decompiles my app? Is a PHP Script the solution?