Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/natsuneko-laboratory/git-lfs-proxy

Git LFS Proxy Server on Vercel Serverless and S3
https://github.com/natsuneko-laboratory/git-lfs-proxy

git git-lfs git-lfs-server

Last synced: 3 months ago
JSON representation

Git LFS Proxy Server on Vercel Serverless and S3

Awesome Lists containing this project

README

        

# git-lfs-proxy

Git LFS Proxy on Vercel Serverless Function.

## Environment Variables

| Variable Name | Description |
| -------------------------- | ----------------------------- |
| `AWS_S3_ACCESS_KEY_ID` | AWS Access Key ID |
| `AWS_S3_SECRET_ACCESS_KEY` | AWS Secret Access Key |
| `AWS_S3_BUCKET` | The S3 bucket name |
| `AWS_S3_ENDPOINT` | The S3 endpoint |
| `AWS_S3_REGION` | The S3 region |
| `AWS_S3_SIGN_EXPIRE` | The S3 sign expire in seconds |