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).
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).