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

Commit

Permalink
Bump to version 1.0.0 (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Feb 18, 2021
1 parent 0896875 commit 3b17a57
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## v1.0.0 - 2021-02-18

### Added

- Implement azblob services.
2 changes: 1 addition & 1 deletion Makefile.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export STORAGE_AZBLOB_CREDENTIAL=hmac:access_key:secret_key
export STORAGE_AZBLOB_NAME=bucketname
export STORAGE_AZBLOB_ENDPOINT=https:oss-region-name.aliyuncs.com
export STORAGE_AZBLOB_ENDPOINT=https:accountname.blob.core.windows.net
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# go-services-azblob

[![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)
[![License](https://img.shields.io/badge/license-apache%20v2-blue.svg)](https://github.com/Xuanwo/storage/blob/master/LICENSE)
[![Join the chat](https://img.shields.io/badge/chat-online-blue?style=flat&logo=zulip)](https://aos-dev.zulipchat.com/join/c3sqj64sp53tlau7oojg3yll/)

azblob services support for [go-storage](https://github.com/aos-dev/go-storage)

0 comments on commit 3b17a57

Please sign in to comment.