Data Delivery Using GCP

  1. Log into GCP and navigate to your storage bucket (or create one).
  2. Go to the Roles page and click Create Role.
    1. Name the role “PDL-deliveries”
    2. 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
    
  3. Go to the Buckets page and select the PDL storage bucket (where we will deliver data to)
  4. Select the Permissions tab of the bucket.
  5. Add a principal to the bucket.
    1. Use the email “[email protected]
    2. Assign it the “PDL-deliveries” role