- Sign into the AWS S3 console.
- Create a bucket for deliveries (for example,
s3://YOURCOMPANY-data-deliveries).- If you are using an existing bucket, ensure that Requester Pays is disabled.
- Modify the bucket policy in the Permissions tab.
- Paste the following into your permissions and replace
{{your bucket name}}with your new bucket name (for example,YOURCOMPANY-data-deliveries) and click Save.
JSON
- Email success@peopledatalabs.com with your bucket URL.
Delivery Completion Files
All Data License S3 deliveries include a top-levelCOMPLETED file once the full delivery is completely written. Use this file as the reliable trigger for ingestion or downstream automation.
You may also see _SUCCESS files inside individual folders. These are internal PDL markers for subdirectory processing and should not be used to decide whether the overall delivery is ready.
For full guidance on delivery signals, see Data License Ingestion.
