I have a client who wishes to transfer 200GB of sensitive data to us. I would like them to upload this data to a GCloud bucket.
What is the best way to set up an external user to have access to a single new bucket and be able to upload?
I have a client who wishes to transfer 200GB of sensitive data to us. I would like them to upload this data to a GCloud bucket.
What is the best way to set up an external user to have access to a single new bucket and be able to upload?
Through GCP Console try below 2 ways to set up an external user access:
1.Your client requires a valid Google Account (Gmail Account):
2. A service account can be used to grant access to resources :
Now your service account is created. Make a note of the email address created by Google Cloud which is like d*****@****-dev.iam.gserviceaccount.com
and the JSON file credentials
.
For further information go through the GCloud Official documents.
References :