-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amazon plugins: Wrap at 140 columns #34495
Conversation
Applies our standard column wrapping to the `discovery-ec2` and `repository-s3` plugins.
Pinging @elastic/es-distributed |
@@ -143,12 +143,14 @@ public void setS3ClientOptions(S3ClientOptions clientOptions) { | |||
} | |||
|
|||
@Override | |||
public void changeObjectStorageClass(String bucketName, String key, StorageClass newStorageClass) throws AmazonClientException, AmazonServiceException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file and its brother below are huge and we might be able to use mockito for it now but I didn't want to make a big change to how the test was implemented. And I was on an airplane and this is the kind of thing you do when you are tired and bored on an airplane. I'd be happy to be told "don't merge this, see about mockito instead" if anyone things that is a good idea.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Applies our standard column wrapping to the `discovery-ec2` and `repository-s3` plugins.
Applies our standard column wrapping to the `discovery-ec2` and `repository-s3` plugins.
Applies our standard column wrapping to the `discovery-ec2` and `repository-s3` plugins.
Applies our standard column wrapping to the
discovery-ec2
andrepository-s3
plugins.