I want to be able to perform simultaneous gsutil
calls against Google Cloud Storage, using different accounts.
For that purpose, I'd like to know if there is a way to specify a Google Cloud account for a single gsutil
call, i.e. something similar to gcloud
's --account
option:
> gcloud --account $account_1 $command_1
> gcloud --account $account_2 $command_2