OpenSearch/plugins/repository-s3/src
joachimdraeger 1ff2c13472 Avoid SecurityException in repository-S3 on DefaultS3OutputStream.flush() (#25254)
Moved SocketAccess.doPrivileged up the stack to DefaultS3OutputStream in repository-S3 plugin to avoid SecurityException by Streams.copy(). A plugin is only allowed to use its own jars when performing privileged operations. The S3 client might open a new Socket on close(). #25192
2017-07-07 09:26:50 -05:00
..
main Avoid SecurityException in repository-S3 on DefaultS3OutputStream.flush() (#25254) 2017-07-07 09:26:50 -05:00
test Avoid SecurityException in repository-S3 on DefaultS3OutputStream.flush() (#25254) 2017-07-07 09:26:50 -05:00