Data Delivery Using GCP
- Log into GCP and navigate to your storage bucket (or create one).
- Go to the Roles page and click Create Role.
- Name the role “PDL-deliveries”
- Add the following permissions:
storage.buckets.get storage.objects.create storage.objects.delete storage.objects.get storage.objects.list storagetransfer.jobs.create storagetransfer.jobs.get storagetransfer.jobs.list
- Go to the Buckets page and select the PDL storage bucket (where we will deliver data to)
- Select the Permissions tab of the bucket.
- Add a principal to the bucket.
- Use the email “[email protected]”
- Assign it the “PDL-deliveries” role
Updated 9 months ago