[GitHub] jclouds-commentator commented on issue #5: Started release notes for 2.1.2

2019-02-05 Thread GitBox
jclouds-commentator commented on issue #5: Started release notes for 2.1.2 URL: https://github.com/apache/jclouds-site/pull/5#issuecomment-460829372 Go to http://6fee1e1f51d37ce32b0e-f542daef83fc99ca3fcbd582ee42e70e.r94.cf5.rackcdn.com/ to review your changes.

[GitHub] jclouds-commentator commented on issue #5: Started release notes for 2.1.2

2019-02-05 Thread GitBox
jclouds-commentator commented on issue #5: Started release notes for 2.1.2 URL: https://github.com/apache/jclouds-site/pull/5#issuecomment-460821947 Go to http://6ecf81c31265b27d35de-5cc7b1fe21c4d38adc53d5a1d1daccae.r82.cf5.rackcdn.com/ to review your changes.

[GitHub] jclouds-commentator commented on issue #5: Started release notes for 2.1.2

2019-02-05 Thread GitBox
jclouds-commentator commented on issue #5: Started release notes for 2.1.2 URL: https://github.com/apache/jclouds-site/pull/5#issuecomment-460820697 Go to http://c0cdaa4e89863adf0298-fc03ca8d3e40301332464351c9025d6b.r87.cf5.rackcdn.com/ to review your changes.

[GitHub] nacx opened a new pull request #5: Started release notes for 2.1.2

2019-02-05 Thread GitBox
nacx opened a new pull request #5: Started release notes for 2.1.2 URL: https://github.com/apache/jclouds-site/pull/5 Work started for the release notes for 2.1.2. Things to be done: * [ ] Fix the release date to the real one once we have it. * [ ] Complete the TODOs (@gaul

[GitHub] ghyster commented on issue #16: switch to signaturev4

2019-02-05 Thread GitBox
ghyster commented on issue #16: switch to signaturev4 URL: https://github.com/apache/jclouds/pull/16#issuecomment-460732856 Sorry, I didn't find anything about this in the docs, I'll test with AWSS3HttpApiModule, thank you

[GitHub] ghyster closed pull request #16: switch to signaturev4

2019-02-05 Thread GitBox
ghyster closed pull request #16: switch to signaturev4 URL: https://github.com/apache/jclouds/pull/16 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] gaul commented on issue #16: switch to signaturev4

2019-02-05 Thread GitBox
gaul commented on issue #16: switch to signaturev4 URL: https://github.com/apache/jclouds/pull/16#issuecomment-460728208 This pull request changes the signature across *all* S3 clone implementations, some of which only support v2. `AWSS3HttpApiModule` already overrides the signer with v4

[GitHub] ghyster opened a new pull request #16: switch to signaturev4

2019-02-05 Thread GitBox
ghyster opened a new pull request #16: switch to signaturev4 URL: https://github.com/apache/jclouds/pull/16 V2 signature is not supported across all AWS regions, V4 signature is This is an automated message from the Apache

Re: [jclouds/jclouds] [JCLOUDS-1428] Support for SAS token based Authentication for Azure Blob Storage (#1270)

2019-02-05 Thread Aliaksandra Kharushka
ak58588 commented on this pull request. > + request = filterSAS(request, this.credential); + } else { + request = filterKey(request); + } + utils.logRequest(signatureLog, request, "<<"); + return request; + } + + /** + * + * this method checks the

Re: [jclouds/jclouds] [JCLOUDS-1428] Support for SAS token based Authentication for Azure Blob Storage (#1270)

2019-02-05 Thread Aliaksandra Kharushka
ak58588 commented on this pull request. > + request = filterSAS(request, this.credential); + } else { + request = filterKey(request); + } + utils.logRequest(signatureLog, request, "<<"); + return request; + } + + /** + * + * this method checks the