[jclouds] add aws s3 signature v4 (#678)

2015-02-10 Thread Zhao Jin
AWS S3 signature v4 impl You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/678 -- Commit Summary -- * add aws s3 signature v4 -- File Changes -- M apis/s3/src/main/java/org/jclouds/s3/config/S3HttpApiModule.java (308) A

[jira] [Commented] (JCLOUDS-664) Azure compute support

2015-02-10 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313856#comment-14313856 ] Ignasi Barrera commented on JCLOUDS-664: Here is an alternate implementation

Re: [jclouds-labs] azurecompute: improvements to the domain objects (#131)

2015-02-10 Thread Ignasi Barrera
Just one comment: In the domain objects, google auto already guarantees immutability, but when there are lists, we have to make sure they are immutable too. Change all `create` methods that receive lists, and use `ImmutableList.copyOf` instead of assigning the lists directly to make sure they

Re: [jclouds] Fixes swift - create container with metadata (#676)

2015-02-10 Thread Zack Shoylev
This fixes a blobstore live test for swift --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/676#issuecomment-73784408

[jclouds] Fixes swift - create container with metadata (#676)

2015-02-10 Thread Zack Shoylev
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/676 -- Commit Summary -- * Fixes swift - create container with metadata -- File Changes -- M apis/swift/src/main/java/org/jclouds/openstack/swift/CommonSwiftClient.java (32) --

Re: [jclouds-labs-openstack] Initial support for OpenStack Poppy Service API (#178)

2015-02-10 Thread Zack Shoylev
@@ -90,6 +90,7 @@ dependency groupIdcom.google.auto.value/groupId artifactIdauto-value/artifactId + version1.0-SNAPSHOT/version The builders are in 1.1 which is what we need to make this beautiful. As autovalue builders are also the way to go forward, this seems to

[jira] [Commented] (JCLOUDS-819) Allow prepending a custom user agent

2015-02-10 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14315594#comment-14315594 ] Zack Shoylev commented on JCLOUDS-819: -- I will try to have a look at this later this

Re: [jclouds] add aws s3 signature v4 (#678)

2015-02-10 Thread Zhao Jin
add aws s3 signature v4, plz review. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/678#issuecomment-73835221

[jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - Snapshots API (#134)

2015-02-10 Thread Matt Baldwin
Hi All: Here's a pull request to surface the snapshot capabilities within jClouds Labs for the ProfitBricks provider. We are working in conjunction with @devcsrj . Please let us know if there are any questions or issues. Thanks. -matt You can view, comment on, or merge this pull request

Re: [jclouds] Remove cloudservers from allcompute/pom.xml (#668)

2015-02-10 Thread Jeremy Daggett
@andreaturli +1 from me as well, thank you! Pushed to master cc277e7 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/668#issuecomment-73808284

Re: [jclouds] Remove cloudservers from allcompute/pom.xml (#668)

2015-02-10 Thread Jeremy Daggett
Closed #668. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/668#event-233622139

[jira] [Created] (JCLOUDS-819) Allow prepending a custom user agent

2015-02-10 Thread Everett Toews (JIRA)
Everett Toews created JCLOUDS-819: - Summary: Allow prepending a custom user agent Key: JCLOUDS-819 URL: https://issues.apache.org/jira/browse/JCLOUDS-819 Project: jclouds Issue Type: