Configure S3-compatible storage providers as data sources for your Archil disk
Archil supports S3-compatible storage from multiple providers. All S3-compatible providers use similar configuration patterns but may have different authentication methods and endpoints.
Amazon S3 supports authorization through either configuring the bucket IAM Resource Policy or by using
static AWS credentials from an IAM user which can access the bucket.Configuration instructions
Update the bucket permissions policy to allow Archil access to the bucket. The console will provide the exact policy to add. It will look something like this:
Many other providers and clouds provide storage that is API-compatible with S3. Archil supports using these services
as data sources, if you provide the API endpoint and static AWS credentials required to access the data.Configuration instructionsTo configure a generic S3-compatible storage provider:
Obtain the S3-compatible API endpoint from your storage provider
Create or obtain AWS-compatible access credentials (Access Key ID and Secret Access Key)
Ensure the credentials have the necessary permissions to read, write, list, and delete objects in your bucket
When creating your Archil disk, select “Generic S3 Compatible” as the data source type
Provide the endpoint URL and credentials when prompted