Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 3b17a57

Browse files
authored
Bump to version 1.0.0 (#3)
Signed-off-by: Xuanwo <[email protected]>
1 parent 0896875 commit 3b17a57

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

Makefile.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export STORAGE_AZBLOB_CREDENTIAL=hmac:access_key:secret_key
22
export 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

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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)

0 commit comments

Comments
 (0)