[jira] [Updated] (JCLOUDS-1110) Atmos time-limited signed URLs

2017-01-03 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul updated JCLOUDS-1110: - Assignee: (was: Shri Javadekar) > Atmos time-limited signed URLs >

[jira] [Updated] (JCLOUDS-1111) AtmosClient.createFile should allow overwriting objects

2017-01-03 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul updated JCLOUDS-: - Assignee: (was: Shri Javadekar) > AtmosClient.createFile should allow overwriting objects >

Re: [jclouds/jclouds] Allow ipv6 address blocks (#1047)

2017-01-03 Thread Ignasi Barrera
nacx commented on this pull request. > + + "((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|" + + "(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|" + + "((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|" + +

[jira] [Updated] (JCLOUDS-1220) Managing the header name in the TempAuth (Identity Protocol v1)

2017-01-03 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1220: Labels: openstack-swift (was: ) > Managing the header name in the TempAuth (Identity

Re: [jclouds/jclouds] JCLOUDS-1220 : Managing the header name in the TempAuth (Identity Protocol v1) (#1046)

2017-01-03 Thread Ignasi Barrera
Also, you can easily avoid the need for optional injection (so you can declare the variables final and use constructor injection) by setting the default values for the headers in the [SwiftApiMetadata default

Re: [jclouds/jclouds] JCLOUDS-1220 : Managing the header name in the TempAuth (Identity Protocol v1) (#1046)

2017-01-03 Thread Ignasi Barrera
nacx requested changes on this pull request. Thanks @Etienne-Carriere! The patch approach LGTM. I've added some suggestions to clean up the code a bit. Thanks! > @@ -62,22 +64,40 @@ * in {@code auth/v1.0/}. */ public final class SwiftAuthenticationModule extends

[jclouds/jclouds] Allow ipv6 address blocks (#1047)

2017-01-03 Thread Zack Shoylev
https://issues.apache.org/jira/browse/JCLOUDS-1100 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1047 -- Commit Summary -- * Allow ipv6 address blocks -- File Changes -- M core/src/main/java/org/jclouds/util/Strings2.java (31)

[jclouds/jclouds] JCLOUDS-1220 : Managing the header name in the TempAuth (Identity Protocol v1) (#1046)

2017-01-03 Thread CARRIERE Etienne
State of jclouds The openstack swift "official" client (in python) manage this v1 protocol (http://docs.openstack.org/developer/python-swiftclient/swiftclient.html) so even if we don't have a specification, we will use the code of the official client for the implementation. In jclouds, there

[jira] [Created] (JCLOUDS-1220) Managing the header name in the TempAuth (Identity Protocol v1)

2017-01-03 Thread Etienne Carriere (JIRA)
Etienne Carriere created JCLOUDS-1220: - Summary: Managing the header name in the TempAuth (Identity Protocol v1) Key: JCLOUDS-1220 URL: https://issues.apache.org/jira/browse/JCLOUDS-1220

Re: [jclouds/jclouds] Ensures parallel tests don't step on each other in Static Large Objec… (#935)

2017-01-03 Thread Zack Shoylev
Closed #935. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/935#event-909919093

Re: [jclouds/jclouds-labs] [JCLOUDS-1219] initial commit for Packet.net API (#337)

2017-01-03 Thread Ignasi Barrera
nacx requested changes on this pull request. Thanks @andreaturli! Can't wait to have this provider :) Just some minor comments and general considerations about using primitives where we have Numbers and Boolean variables that are non-nullable. > + * Licensed to the Apache Software Foundation

[jira] [Commented] (JCLOUDS-1219) Add support for Packet.net

2017-01-03 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15795301#comment-15795301 ] Ignasi Barrera commented on JCLOUDS-1219: - Absolutely :) Can't wait to have this provider! >

Re: [jclouds/jclouds-labs] Vagrant provider (#160)

2017-01-03 Thread Ignasi Barrera
>If you prefer to avoid the additional dependency I can bring in just the bits >that are needed for the jclouds provider? Your call :) I don't have a special issue with this dependency, because it does not add any transitive dependencies that conflict in how jclouds works. We usually recommend

[jira] [Commented] (JCLOUDS-1219) Add support for Packet.net

2017-01-03 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15795271#comment-15795271 ] Andrea Turli commented on JCLOUDS-1219: --- See https://github.com/jclouds/jclouds-labs/pull/337

[jclouds/jclouds-labs] [JCLOUDS-1219] initial commit for Packet.net API (#337)

2017-01-03 Thread Andrea Turli
This is the first PR for Packet API, to simplify the review process, and it only adds the pom.xml and the domain objects, based on https://www.packet.net/developers/api/ Those are the minimum set needed to support the jclouds abstraction. You can view, comment on, or merge this pull request

[jira] [Created] (JCLOUDS-1219) Add support for Packet.net

2017-01-03 Thread Andrea Turli (JIRA)
Andrea Turli created JCLOUDS-1219: - Summary: Add support for Packet.net Key: JCLOUDS-1219 URL: https://issues.apache.org/jira/browse/JCLOUDS-1219 Project: jclouds Issue Type: Improvement

[jira] [Created] (JCLOUDS-1218) jclouds throws an exception while reading file from FS that doesn't support XATTR

2017-01-03 Thread Geert Vanheusden (JIRA)
Geert Vanheusden created JCLOUDS-1218: - Summary: jclouds throws an exception while reading file from FS that doesn't support XATTR Key: JCLOUDS-1218 URL: https://issues.apache.org/jira/browse/JCLOUDS-1218