mirror of
https://github.com/pgsty/minio.git
synced 2026-08-07 00:01:15 +03:00
cea4cfa3a8
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"
|
|
)
|