diff options
author | Andre Arko <andre@arko.net> | 2015-01-24 19:24:28 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-01-25 23:30:37 -0800 |
commit | e07aee40569b95fbc8ae34ba85b241e6f3e1dd81 (patch) | |
tree | db9451e66939b7c0332ab4036a079d26824f1f8d /CHANGELOG.md | |
parent | a1f1cc6bef69d96b6998f128a84a633595cffa15 (diff) | |
download | bundler-e07aee40569b95fbc8ae34ba85b241e6f3e1dd81.tar.gz |
Revert "Handle s3 source"
Unfortunately, AWS S3 credentials may contain characters that are not
valid in a URI. That means that the credentials cannot be provided in
the URI "basic auth" format, which is the only format Bundler currently
supports. As a result, it seems that this feature is broken both in
Rubygems and here in Bundler. Attempts to fix the problem[1] have
stalled out, and no one on the Bundler core team uses S3 sources, so
we've decided to not release support for S3 sources as part of the
Bundler gem itself.
We're working on a plugin system that will allow S3 support to be
implemented and updated without requiring new versions of Bundler to be
released. In the meantime, if this support is very important to allow
you to continue to work, you can use the the 1.8.0.svn gem as a
workaround.
[1]: https://github.com/bundler/bundler/pull/3345
This reverts commit 1ded21eee6bd5d20a767f0b0e1a332d268788de2.
This reverts commit b98338344f0a2e33905aa7c4a573a289bf7de06f.
This reverts commit 26214a3fec5421c23888c8f65932af45b288a54b.
This reverts commit ec0ef95ac8444a4221ab0469ad9200e0eafa37e4.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fcfa1c83..fecaeaa84f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ Features: - add metadata allowed_push_host to new gem template (#3002, @juanitofatas) - adds a `--no-install` flag to `bundle package` - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol) - - add support for private S3 sources (@tryba) - prevent whitespace in gem declarations with clear messaging (@benlakey) - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros) - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros) |