adding support for eucalyptus #308
Open
jeevanullas wants to merge 2 commits intos3tools:masterfrom
Open
Conversation
Contributor
|
Why don't you just change host_bucket and host_base to walrus endpoint? |
Author
|
Hi, Apparently its not so simple to just point them to walrus and make it work. |
Contributor
|
Ok. I just provide a config method I know that works with some S3 compatible implementation. |
Author
|
Can you give me the config file you used? I can try it on my system. I am not able to find it here |
|
👍 |
|
Not sure what extra support is needed. I use s3cmd with an S3-compatible service whose endpoint is https://storage.example.com and s3cmd works fine. Here is my ~/.s3cfg. A command like |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
Following patch add support eucalyptus. It adds service_path configuration for folks who use Eucalyptus walrus without DNS and takes care of create_request a bit to make it work for Eucalyptus.
Tested against Eucalyptus 4.0.0 that uses a new object storage gateway with backend riakcs but should work for s3 and walrus as well.
Please let me know if there are any questions. I am happy to test with this patch against S3 to ensure nothing is broken if you have any test cases.
Cheers!
Deependra