https://github.com/yanganto/s3cs
https://github.com/yanganto/s3cs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanganto/s3cs
- Owner: yanganto
- License: mit
- Created: 2020-09-19T03:03:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T15:49:56.000Z (over 5 years ago)
- Last Synced: 2025-07-03T13:50:29.247Z (12 months ago)
- Language: Rust
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
S3CS - **S3** **C**ache **S**hare
---
[](https://travis-ci.com/yanganto/s3cs)
#### :gear: :wrench: under developing :hammer: :gear:
There are a lot of application using S3 Bucket as cache, such as [sccache](https://github.com/mozilla/sccache)
This project builds a middle layer between S3 Bucket and application and actively push the cache object to other clients with same feature tags.
Besides, this project will act as a proxy, such that the [S3 version issue](https://github.com/mozilla/sccache/issues/281) of sccache can be solved.