An open API service indexing awesome lists of open source software.

https://github.com/appleboy/go-storage

storage interface for local disk or AWS S3 (or Minio) platform
https://github.com/appleboy/go-storage

Last synced: 7 months ago
JSON representation

storage interface for local disk or AWS S3 (or Minio) platform

Awesome Lists containing this project

README

          

# go-storage

[![Run Tests](https://github.com/appleboy/go-storage/actions/workflows/go.yml/badge.svg)](https://github.com/appleboy/go-storage/actions/workflows/go.yml)
[![codecov](https://codecov.io/gh/appleboy/go-storage/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/go-storage)
[![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/go-storage)](https://goreportcard.com/report/github.com/appleboy/go-storage)
[![Go Reference](https://pkg.go.dev/badge/github.com/appleboy/go-storage.svg)](https://pkg.go.dev/github.com/appleboy/go-storage)

storage interface for local disk or [AWS S3](https://aws.amazon.com/s3/) (or [Minio](https://min.io)) platform

## Support List

* Local storage
* [AWS S3](https://aws.amazon.com/s3/)
* [Minio](https://min.io)
* [Google Cloud Storage](https://cloud.google.com/storage)