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

https://github.com/sagikazarmark/blob-proxy

HTTP proxy for object stores
https://github.com/sagikazarmark/blob-proxy

Last synced: 7 months ago
JSON representation

HTTP proxy for object stores

Awesome Lists containing this project

README

          

# Blob proxy

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sagikazarmark/blob-proxy/CI?style=flat-square)](https://github.com/sagikazarmark/blob-proxy/actions?query=workflow%3ACI)
[![Go Report Card](https://goreportcard.com/badge/github.com/sagikazarmark/blob-proxy?style=flat-square)](https://goreportcard.com/report/github.com/sagikazarmark/blob-proxy)
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.13-61CFDD.svg?style=flat-square)

**Simple HTTP proxy for object stores (S3, GCS, etc).**

Built for using an object store as cache storage for [Please](https://please.build/).

## Development

When all coding and testing is done, please run the test suite:

```bash
./pleasew build
```

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.