{"categories":[{"label":"Version Control","url":"https://skillfed.io/packages/category/software-development-version-control"},{"label":"Git","url":"https://skillfed.io/packages/category/software-development-version-control-git"}],"enrichment":{"capability":"Enables Git to use Amazon S3 as a remote repository and LFS server, implementing a git remote helper and git-lfs custom transfer protocol.","skillfed_tags":["aws-integration","git-hosting","lfs-support"],"use_cases":["Store private Git repositories in S3 without managing a Git server, using IAM for access control.","Integrate Git repositories with AWS CodePipeline by pushing to s3+zip:// URIs to generate deployment-ready archives.","Host multiple Git repositories in a single S3 bucket using prefixes, each with separate IAM permissions.","Store large binary files via Git LFS in S3 alongside your repository, avoiding separate LFS infrastructure.","Enable Git workflows in CI/CD pipelines running on AWS Lambda or EC2 with S3-based source control."],"what_it_does":"git-remote-s3 is a Python-based git remote helper that allows you to use an Amazon S3 bucket as a fully functional Git repository without running a dedicated Git server. It implements the git remote helper protocol to intercept S3-prefixed URLs (s3://, s3+zip://) and translates Git operations into S3 API calls via boto3. The package also provides a git-lfs custom transfer implementation, enabling you to store large files managed by Git LFS in the same S3 bucket alongside your repository data.\n\nThe tool is designed for serverless Git workflows where you want to avoid infrastructure overhead. It supports standard Git operations\u2014push, pull, clone, branching\u2014and integrates with AWS CodePipeline by optionally creating zip archives of your repository. Access control is enforced through IAM policies at the bucket, prefix, or KMS key level, and data is encrypted at rest and in transit by default. It requires Python >= 3.10 and AWS credentials with appropriate S3 permissions.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries no known vulnerabilities, and solves a specific problem\u2014serverless Git hosting on S3\u2014with a permissive license. Install it if you need S3-backed Git repositories and have AWS infrastructure already in place; skip it if you prefer traditional Git hosting or don't use AWS."},"id":"git-remote-s3","links":{"html":"https://skillfed.io/packages/git-remote-s3","md":"https://skillfed.io/packages/git-remote-s3.md","pypi":"https://pypi.org/project/git-remote-s3/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-14","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"git-remote-s3","python_support":"supports_current","summary":"A git remote helper for Amazon S3"},"popularity":{"monthly_downloads":178795,"position":10187,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.2"}
