Skip to content
Last updated

Standard S3 bucket vs. S3 compatible bucket

Standard S3 bucketS3 compatible bucket
(Standard Data Ingestion API)
Endpoint URL follows a specific format based on the AWS region where the bucket is located:

https://<bucket-name>.s3.<region>.amazonaws.com/<object-name>

Endpoint URL has a vendor specific format.

https://<team>.<cluster>.celonis.cloud/api/data-ingestion/<bucket-name>/<objectName>

Example: If you have a bucket named my-bucket located in the us-west-2 region with an object called test, the endpoint URL would be:

https://my-bucket.s3.us-west-2.amazonaws.com/test

Example: Team dev on cluster us-1 with connection 4b3433b3-3135-499f-a35e-5ea7a22f0cbf and target table snowflake1, the endpoint URL would be:

https://dev.us-1.celonis.cloud/api/data-ingestion/continuous/connection/4b3433b3-3135-499f-a35e-5ea7a22f0cbf/snowflake1/