CLOUDSTACK-4816: Removed unused field from S3TO to avoid confusion in

the log.
This commit is contained in:
Min Chen 2013-10-25 21:12:24 -07:00
parent 9da56fe1fe
commit 2c0534794e
1 changed files with 0 additions and 1 deletions

View File

@ -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() {