| Standard S3 bucket | S3 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/ |
- The difference between a standard S3 bucket and a S3 compatible bucket
Overview
When to use the Standard Data Ingestion API
Benefits of using the Standard Data Ingestion API
Implication of using the Standard Data Ingestion API
Integration options with Standard Data Ingestion API
The difference between a...
Last updated