Storage
Storage connectors let Umnai read source data from an Amazon S3 bucket during ingestion.
A connector points to a bucket in your account. Ingestion jobs use the connector together with a data path, schema, ingestion configuration, and compute configuration to create or update datasources.
Grant read-only access
Grant Umnai read-only access to the S3 bucket that contains your source data.
The platform only needs permission to list bucket contents and read objects.
-
In the AWS Console, open S3. Ensure your region is eu-west-1 (Ireland).
-
Select your bucket and open the Permissions tab.
-
Under Bucket policy, select Edit, then paste this policy, replacing
<YOUR_BUCKET_NAME>with your bucket’s name: -
Save. You should see a confirmation banner that the 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.

