mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4816: Removed unused field from S3TO to avoid confusion in
the log.
This commit is contained in:
parent
9da56fe1fe
commit
2c0534794e
|
|
@ -39,7 +39,6 @@ public final class S3TO implements S3Utils.ClientOptions, DataStoreTO {
|
|||
private Integer socketTimeout;
|
||||
private Date created;
|
||||
private boolean enableRRS;
|
||||
private boolean multipartEnabled;
|
||||
private long maxSingleUploadSizeInBytes;
|
||||
|
||||
public S3TO() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue