[GitHub] [jclouds] jiffysrc commented on pull request #125: JCLOUDS-1587 S3 Blobstore: Support Bucket Configuration Options - Versioning, Lifecycle, Encryption

2022-01-12 Thread GitBox


jiffysrc commented on pull request #125:
URL: https://github.com/apache/jclouds/pull/125#issuecomment-1011870469


   Raised Separate PR for Bucket Configuration Options, Hence closing this PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] jiffysrc closed pull request #125: JCLOUDS-1587 S3 Blobstore: Support Bucket Configuration Options - Versioning, Lifecycle, Encryption

2022-01-12 Thread GitBox


jiffysrc closed pull request #125:
URL: https://github.com/apache/jclouds/pull/125


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] jiffysrc opened a new pull request #130: JCLOUDS-1587 - S3 Blobstore: Support Bucket Configuration Options - Versioning, Lifecycle, Encryption

2022-01-12 Thread GitBox


jiffysrc opened a new pull request #130:
URL: https://github.com/apache/jclouds/pull/130


   Changes included in - https://issues.apache.org/jira/browse/JCLOUDS-1587 
after removing noise changes.
   
   Support following features in jclouds s3 blobstore
   
   Configure the bucket for versioning and get the versioning state of a bucket
   Configure the bucket for encryption and get the encryption state of a bucket
   Configure the bucket for lifecycle rules and get the lifecycle rules of a 
bucket
   List different versions of an Object


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Jenkins build is back to normal : JClouds » jclouds-labs #51

2022-01-12 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : JClouds » jclouds-labs-openstack #50

2022-01-12 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : JClouds » jclouds-labs-aws #51

2022-01-12 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : JClouds » jclouds #48

2022-01-12 Thread Apache Jenkins Server
See 




[GitHub] [jclouds] jiffysrc commented on a change in pull request #125: JCLOUDS-1587 S3 Blobstore: Support Bucket Configuration Options - Versioning, Lifecycle, Encryption

2022-01-12 Thread GitBox


jiffysrc commented on a change in pull request #125:
URL: https://github.com/apache/jclouds/pull/125#discussion_r783075639



##
File path: apis/s3/src/main/java/org/jclouds/s3/config/S3HttpApiModule.java
##
@@ -184,7 +184,7 @@ protected void bindErrorHandlers() {
}
 
protected void bindRequestSigner() {
-  
bind(RequestAuthorizeSignature.class).to(RequestAuthorizeSignatureV2.class).in(Scopes.SINGLETON);
+  
bind(RequestAuthorizeSignature.class).to(RequestAuthorizeSignatureV4.class).in(Scopes.SINGLETON);

Review comment:
   @gaul 
   Tested, This seems fine.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Resolved] (JCLOUDS-1594) Allow overriding S3 with V4 signing

2022-01-12 Thread Andrew Gaul (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul resolved JCLOUDS-1594.
--
Fix Version/s: 2.5.0
   Resolution: Fixed

Maybe want to consider changing the default to v4 in a separate issue and 
documenting this change in the provider guide.

> Allow overriding S3 with V4 signing
> ---
>
> Key: JCLOUDS-1594
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1594
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-blobstore
>Affects Versions: 2.4.0
>Reporter: Andrew Gaul
>Assignee: Andrew Gaul
>Priority: Major
>  Labels: s3
> Fix For: 2.5.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently the S3 provider can only use the V2 signer while AWS can only use 
> the V4 signer.  Allowing configuration of the former will improve 
> compatibility with some non-AWS services that don't allow V2.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (JCLOUDS-1594) Allow overriding S3 with V4 signing

2022-01-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JCLOUDS-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17474519#comment-17474519
 ] 

ASF subversion and git services commented on JCLOUDS-1594:
--

Commit 468b126dd856b48ff89f423b649ec4e3b19af012 in jclouds's branch 
refs/heads/master from Andrew Gaul
[ https://gitbox.apache.org/repos/asf?p=jclouds.git;h=468b126 ]

JCLOUDS-1594: Allow overriding S3 signer

Previously s3 always used v2 and aws-s3 always used v4.  Now s3
defaults to v2 and can override to v4.  Note that this does not change
BlobRequestSigner.


> Allow overriding S3 with V4 signing
> ---
>
> Key: JCLOUDS-1594
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1594
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-blobstore
>Affects Versions: 2.4.0
>Reporter: Andrew Gaul
>Assignee: Andrew Gaul
>Priority: Major
>  Labels: s3
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently the S3 provider can only use the V2 signer while AWS can only use 
> the V4 signer.  Allowing configuration of the former will improve 
> compatibility with some non-AWS services that don't allow V2.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [jclouds] gaul commented on pull request #129: JCLOUDS-1594: Allow overriding S3 signer

2022-01-12 Thread GitBox


gaul commented on pull request #129:
URL: https://github.com/apache/jclouds/pull/129#issuecomment-1011042949


   Seems to pass most integration test for s3 and aws-s3.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] gaul merged pull request #129: JCLOUDS-1594: Allow overriding S3 signer

2022-01-12 Thread GitBox


gaul merged pull request #129:
URL: https://github.com/apache/jclouds/pull/129


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] JnRouvignac closed pull request #102: Replace uses of AbstractFuture by CompletableFuture

2022-01-12 Thread GitBox


JnRouvignac closed pull request #102:
URL: https://github.com/apache/jclouds/pull/102


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org