git-s3-push
git-s3-push copied to clipboard
Deploy your git repo to an S3 bucket
Hi, I tried to add support for custom S3 endpoints, such as MinIO or Ceph radosgw, for my own use and I think it could be useful. I am not...
Trying out git-s3-push for a personal Jekyll site on S3. Tool works fine (thanks!) but the sidecar file that stores the settings gets uploaded to s3 along with the content....
Should update the `git-s3-push` command to check for deleted files and delete those files in s3. Currently the `git-s3-push` command does not have a delete functionality when a commit includes...
Add an option to specify a path prefix for the bucket key ie. allow pushing git repos into sub-folders of S3 buckets. This would allow, for example, storage of multiple...
Not sure why this is happening, but it keeps sending the files whether or not they are updated.
There are currently 0 (zero) tests for `git-s3-push`. Would be great to add: * Unit testing for whichever chunks of code make sense to unit test * End-to-end test to...
for a never pushed new repo, this would cause infinite loop.
If the last commit message contains a double-quote character (`"`), then the push to S3 fails with a message like this: ``` Uploading: 0e31d3e Commit "test" files open 0e31d3e Commit...