Developers

This section provides documentation for integrating applications with AIStor Object Store.

If your application already works with Amazon S3, it can work with AIStor with minimal configuration changes. Migrating existing S3 applications from AWS to AIStor typically requires only updating the endpoint URL and credentials in the client configuration.

AIStor implements a subset of the Amazon S3 API, allowing developers to use existing S3-compatible tools, libraries, and SDKs to interact with AIStor deployments.

MinIO provides official SDKs for multiple programming languages. These SDKs handle the low-level details of the S3 API, allowing you to focus on your application logic.

For legacy systems that cannot use S3 APIs, AIStor supports file access through FTP, FTPS, and SFTP protocols.

The Security Token Service (STS) generates temporary credentials for applications and users, providing time-limited access to AIStor resources.

Object Lambda enables on-the-fly transformation of objects during retrieval without modifying the stored object.