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: 7 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T08:08:01.000Z (about 2 years ago)
- Last Synced: 2025-04-02T17:11:19.331Z (8 months ago)
- Topics: git, git-lfs, git-lfs-server
- Language: TypeScript
- Homepage: https://git-lfs.natsuneko.moe
- Size: 161 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- 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 |