# Cloud Storage Utility ## Overview This project is a utility toolkit to interact with multiple cloud storage services, including: - **Amazon S3** - **Antz Server** - **Azure Blob Storage** # ToDo - **Google Cloud Storage (GCP)** # ToDo Currently, implementations are available for **S3** and **Antz Server**. --- ## Setup 1. **Create a `.env` file** in the project root with the following environment variables: ```dotenv # S3 Configuration S3_ACCESS_KEY="" S3_SECRET_KEY="" # AntzAPI Configuration ANTZAPI_SERVER_URL="" ANTZAPI_ACCESS_KEY="" ``` --- ## Usage - Browse the [`tests/`](./tests) directory for examples of how to use the available functions.