bhbsoft / fluffycloud

fluffycloud
0 stars 0 forks source link

Update calls to pass in any set of AWS credentials #19

Open fdporter opened 9 years ago

fdporter commented 9 years ago

Update all flufflycloud calls to pass in any access key id, secret access key, and region. This information will be associated with fluffycloud users.

amitmetadesi commented 9 years ago

these params are mandatory for every request or optional.

armondhonore commented 9 years ago

api/src/main/java/com/fluffycloud/aws/entity/CommonRequestParams.java <= this is a good start for now. What I would like to do is actually use mongoDB to store this data and actually directly inject it in the JSON but that is more of a want than a Need what we have will work. The code for scenario 1 and 2 is good for now but what i would like us to do is actually have all of those steps represent in a DSL or json that can be stored.

So basically we basically don't actually have java representing execution state. The resin for this is i want us to be able to support many different platforms, but still use java to support them all.

Anyway this is good work for now. I am trying to process our needs as you complete things.