Hello,
I am making an app that accesses Amazon S3.
But should I put the Amazon S3 login credentials (Access Key ID and Secret Access Key) into the .exe that customers will be using?
DropBox uses Amazon S3, but how do they store their login credentials? When I send a file to my DrobBox, does the file go to their server first, then their server logs into S3 using their credentials?
I can always obfuscate my .exe but I am still very leery about putting my Amazon S3 info into the .exe.
Any ideas or suggestions?
Thanks.