MinIO Azure Gateway
MinIO Gateway adds Amazon S3 compatibility to Microsoft Azure Blob Storage.Run MinIO Gateway for Microsoft Azure Blob Storage
Using Docker
Using Binary
Test using MinIO Browser
MinIO Gateway comes with an embedded web based object browser. Point your web browser to http://127.0.0.1:9000 to ensure that your server has started successfully.
Test using MinIO Client mc
mc provides a modern alternative to UNIX commands such as ls, cat, cp, mirror, diff etc. It supports filesystems and Amazon S3 compatible cloud storage services.
Configure mc
List containers on Microsoft Azure
Use custom access/secret keys
If you do not want to share the credentials of the Azure blob storage with your users/applications, you can set the original credentials in the shell environment usingAZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY variables and assign different access/secret keys to MINIO_ROOT_USER and MINIO_ROOT_PASSWORD.
Known limitations
Gateway inherits the following Azure limitations:- Only read-only bucket policy supported at bucket level, all other variations will return API Notimplemented error.
- Bucket names with ”.” in the bucket name are not supported.
- Non-empty buckets get removed on a DeleteBucket() call.
- List Multipart Uploads always returns empty list.
- Bucket notification APIs are not supported.
