This repository was archived by the owner on Oct 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
7+
8+ ## v1.0.0 - 2021-02-18
9+
10+ ### Added
11+
12+ - Implement azblob services.
Original file line number Diff line number Diff line change 11export STORAGE_AZBLOB_CREDENTIAL=hmac:access_key:secret_key
22export STORAGE_AZBLOB_NAME=bucketname
3- export STORAGE_AZBLOB_ENDPOINT=https:oss-region-name.aliyuncs.com
3+ export STORAGE_AZBLOB_ENDPOINT=https:accountname.blob.core.windows.net
Original file line number Diff line number Diff line change 1+ # go-services-azblob
2+
3+ [ ![ Build Status] ( https://github.com/aos-dev/go-service-azblob/workflows/Unit%20Test/badge.svg?branch=master )] ( https://github.com/aos-dev/go-service-azblob/actions?query=workflow%3A%22Unit+Test%22 )
4+ [ ![ License] ( https://img.shields.io/badge/license-apache%20v2-blue.svg )] ( https://github.com/Xuanwo/storage/blob/master/LICENSE )
5+ [ ![ Join the chat] ( https://img.shields.io/badge/chat-online-blue?style=flat&logo=zulip )] ( https://aos-dev.zulipchat.com/join/c3sqj64sp53tlau7oojg3yll/ )
6+
7+ azblob services support for [ go-storage] ( https://github.com/aos-dev/go-storage )
You can’t perform that action at this time.
0 commit comments