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
Delivery Completion Files
PDL creates a top-level COMPLETED file when your GCP delivery is complete. Use this file as the trusted signal for ingestion or downstream workflows.
For full guidance on delivery completion markers, see Data License Ingestion.
Updated 7 days ago
