Documentation
¶
Overview ¶
Package azure registers the "azure" blobserver storage type, storing blobs in a Microsoft Azure Blob Storage container.
Example low-level config:
"/r1/": {
"handler": "storage-azure",
"handlerArgs": {
"container": "foo",
"azure_account": "...",
"azure_access_key": "...",
"skipStartupCheck": false
}
},
Source Files
¶
- azure.go
- enumerate.go
- fetch.go
- receive.go
- remove.go
- stat.go
Click to show internal directories.
Click to hide internal directories.