This website works better with JavaScript.
Explore
Help
Sign In
oyd
/
minio
Watch
6
Star
1
Fork
You've already forked minio
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4831
Commits
1
Branch
0
Tags
89 MiB
Tag:
Branch:
Tree:
650c6ee8fb
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '650c6ee8fb'
${ noResults }
minio
/
vendor
/
github.com
/
Azure
/
azure-sdk-for-go
/
storage
/
version.go
6 lines
48 B
Raw
Normal View
History
Unescape
Escape
Implement S3 Gateway to third party cloud storage providers. (#3756) Currently supported backend is Azure Blob Storage. ``` export MINIO_ACCESS_KEY=azureaccountname export MINIO_SECRET_KEY=azureaccountkey minio gateway azure ```
8 years ago
package
storage
var
(
Update Azure SDK (#4985)
7 years ago
sdkVersion
=
"10.0.2"
Implement S3 Gateway to third party cloud storage providers. (#3756) Currently supported backend is Azure Blob Storage. ``` export MINIO_ACCESS_KEY=azureaccountname export MINIO_SECRET_KEY=azureaccountkey minio gateway azure ```
8 years ago
)