# Standard S3 bucket vs. S3 compatible bucket

| **Standard S3 bucket** | **S3 compatible bucket (Standard Data Ingestion API)** |
|  --- | --- |
| For a standard Amazon S3 bucket, the endpoint URL follows a specific format based on the AWS region where the bucket is located. Here's a typical structure: `https://<bucket-name>.s3.<region>.amazonaws.com/<object-name>` | For an S3 compatible bucket (used by the Standard Data Ingestion API), the endpoint URL usually has a vendor specific format. Here's the typical structure:`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:** For the team dev on *cluster us-1* with connection *4b3433b3-3135-499f-a35e-5ea7a22f0cbf* and target table *snowflake1*: `https://dev.us-1.celonis.cloud/api/data-ingestion/continuous/connection/4b3433b3-3135-499f-a35e-5ea7a22f0cbf/snowflake1/` |