git-remote-s3
git-remote-s3 copied to clipboard
Push and pull git repos to/from an s3 bucket, encrypted using gpg.
Fixes #12 I guess git accidentally closes the pipe, so we can bypass this issue by ignoring the writing error.
When cloning a repository, `git-remote-s3` throw an error about 'Broken pipe'. Here is the BACKTRACE ```sh $ git clone s3://foo/git/bar Cloning into 'bar'... thread 'main' panicked at 'failed printing to...
Thank you for the useful program. Apologies for the slightly ugly PR, this is my first time using Rust. One day I'll understand why method chains have to end in...
Performing `git push --set-upstream s3remote master` and getting: ``` Error: Couldn't list items in bucket Caused by: SignatureDoesNotMatch ... ``` The remote url is in `s3://my-bucket/test` format
Is there way to s3 bucket as submodule like? Like: `git submodule add s3://my-bucket`
Currently you need to specify the git remote url in the format `s3://bucket/prefix`, but it might be useful to be able to not specify a prefix, in the event that...
Hello, I installed git-remote-s3 though "cargo install git-remote-s3". I get the following error when I try to push repo. am i missing something? Thank you very much. ``` $ RUST_BACKTRACE=1...
rusoto is in maintenance mode and this project should change over to https://crates.io/crates/aws-sdk-s3 instead. There's an example of another project doing this recently here: https://github.com/getsentry/symbolicator/issues/575
will it support other cloud platform,like google alibaba oss