Data Delivery Using GCP
Warning: Not a Recommended Delivery Method
Using the Amazon S3 or Snowflake Delivery Methods are strongly preferred.
- 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 22 days ago