I am using a code which connect to amazon S3 and I want to supply secret and access key outside the code (because I don't want to save it when I save it in Git).
I am trying to use VM Options in order to supply those parameters and to be able to read them from my code. I am using java.