Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/natsuneko-laboratory/git-lfs-proxy
- Owner: natsuneko-laboratory
- License: mit
- Created: 2022-02-28T09:23:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T08:08:01.000Z (over 1 year ago)
- Last Synced: 2023-10-13T00:00:17.571Z (over 1 year ago)
- Topics: git, git-lfs, git-lfs-server
- Language: TypeScript
- Homepage: https://git-lfs.natsuneko.moe
- Size: 161 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |