A git remote helper for Amazon S3. Enables git push/pull from S3 buckets using S3 URLs. Current version 0.3.2, requires Python >=3.10. Beta stage, infrequent releases.
pip install git-remote-s3Verified import paths — ran on the pinned version, not inferred.
Clone a git repo stored on S3, make changes, and push back.
Use s3:// scheme for remote URLs.
Do not import in Python scripts; use via git commands.
Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables before using git commands.
Upgrade Python to 3.10+.
Ensure repository paths end with .git when using version 0.3.0+.