diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..05e3496 --- /dev/null +++ b/CHANGELOG.md @@ -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-07 + +### Added + +- Implement s3 services. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e30b18c --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# go-services-s3 + +[![Build Status](https://github.com/aos-dev/go-service-s3/workflows/Unit%20Test/badge.svg?branch=master)](https://github.com/aos-dev/go-service-s3/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/) + +s3 services support for [go-storage](https://github.com/aos-dev/go-storage)