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 465c9ec5c3
commit 28f9952c6e

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