vttranlina commented on code in PR #2495:
URL: https://github.com/apache/james-project/pull/2495#discussion_r1855851150
##########
server/blob/blob-s3/src/main/java/org/apache/james/blob/objectstorage/aws/S3BlobStoreConfiguration.java:
##########
@@ -230,7 +269,9 @@ public final boolean equals(Object o) {
&& Objects.equals(this.writeTimeout, that.writeTimeout)
&& Objects.equals(this.connectionTimeout,
that.connectionTimeout)
&& Objects.equals(this.uploadRetrySpec, that.uploadRetrySpec)
- && Objects.equals(this.specificAuthConfiguration,
that.specificAuthConfiguration);
+ && Objects.equals(this.specificAuthConfiguration,
that.specificAuthConfiguration)
+ && Objects.equals(this.ssecEnabled, that.ssecEnabled)
+ && Objects.equals(this.ssecConfiguration,
that.ssecConfiguration);
Review Comment:
I don't forget it, I still not mark resolved it, It quiet simple,
I'm wailt to pr https://github.com/apache/james-project/pull/2493 merged
first, then rebase this pr,
I don't want to rebase several time
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]