leopardslab / gocloud

☁️ Go API for open cloud
Apache License 2.0
119 stars 142 forks source link

Authentication requires AWS Credentials always #34

Closed shlokgilda closed 6 years ago

shlokgilda commented 6 years ago

In order to use GoCloud, AWS credentials need to be passed always, even when accessing Google Cloud services. This restricts the functionality of the application as the developer needs to have access to AWS even if they don't plan to use it.

Possible Fix: Refactor the code to use only the credentials for a particular cloud provider instead of requiring access credentials for all cloud providers (in this case, AWS).

shlokgilda commented 6 years ago

I believe we can close this as it is solved by merging #36 .