mirror of
https://github.com/minio/minio.git
synced 2026-02-07 19:30:15 -05:00
Currently supported backend is Azure Blob Storage. ``` export MINIO_ACCESS_KEY=azureaccountname export MINIO_SECRET_KEY=azureaccountkey minio gateway azure ```
6 lines
52 B
Go
6 lines
52 B
Go
package storage
|
|
|
|
var (
|
|
sdkVersion = "8.0.0-beta"
|
|
)
|