You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/10/26 06:13:10 UTC

git commit: updated refs/heads/4.2 to 7391e5f

Updated Branches:
  refs/heads/4.2 1206613c7 -> 7391e5f71


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

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7391e5f7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7391e5f7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7391e5f7

Branch: refs/heads/4.2
Commit: 7391e5f71e3c76bb090cbcc5eb491a4ed42c5b40
Parents: 1206613
Author: Min Chen <mi...@citrix.com>
Authored: Fri Oct 25 21:12:24 2013 -0700
Committer: Min Chen <mi...@citrix.com>
Committed: Fri Oct 25 21:12:24 2013 -0700

----------------------------------------------------------------------
 api/src/com/cloud/agent/api/to/S3TO.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7391e5f7/api/src/com/cloud/agent/api/to/S3TO.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/agent/api/to/S3TO.java b/api/src/com/cloud/agent/api/to/S3TO.java
index ea7564d..350b9ca 100644
--- a/api/src/com/cloud/agent/api/to/S3TO.java
+++ b/api/src/com/cloud/agent/api/to/S3TO.java
@@ -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() {