Source storage
Connect a read-only Amazon S3 source bucket for data ingestion.
Storage connectors let Umnai read source data from an Amazon S3 bucket during ingestion.
A connector points to a bucket in your AWS account. Ingestion jobs use the connector together with a data path, schema, ingestion configuration, and compute configuration to create or update datasources.
Source storage and account storage have different roles. A source connector only requires read access to the files you want to ingest. Account storage contains platform-created resources and requires broader permissions.
Both roles can use the same S3 bucket, but dedicated buckets are strongly recommended to keep source files and platform-created resources isolated. See Account storage for account-storage options and permissions.
Grant read-only access
For a bucket used only as source storage, grant Umnai read-only access.
The platform only needs permission to list bucket contents and read objects. If you reuse a provided account-storage bucket, it already requires broader permissions; confirm its policy with Umnai support rather than replacing it with this read-only policy.
-
In the AWS Console, open S3. Ensure that the selected AWS Region matches the region agreed with Umnai during onboarding.
-
Select the bucket that contains your source data and open the Permissions tab.
-
Under Bucket policy, select Edit, then paste the following policy.
-
Obtain the Umnai platform AWS account ID for your environment from Umnai support.
-
Replace
<ACCOUNT-ID>with the account ID provided to you and<YOUR-BUCKET-NAME>with your bucket’s name: -
Select Save changes. You should see confirmation that the bucket policy was updated.
Create a storage connector
Create a storage connector after the bucket policy is in place.
Save the returned connector id. You will use it when retrieving an inferred schema and when creating ingestion jobs.
Retrieve storage connectors
Retrieve storage connectors when you need to reuse an existing connector.
To inspect a specific connector, retrieve it by id.
Update a storage connector
Update a storage connector when you need to rename it.
Retrieve an inferred schema
After creating a connector, you can retrieve an inferred data schema from a path inside the bucket.
Use this when you want Umnai to inspect source data and suggest the schema to refine before ingestion.
Delete a storage connector
Delete a storage connector when it should no longer be used for ingestion.
Deleting a storage connector does not change your S3 bucket policy. If you also want to revoke bucket access, remove the corresponding S3 bucket policy statement in AWS.

