Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4AA1D10BE6 for ; Sat, 26 Oct 2013 04:13:23 +0000 (UTC) Received: (qmail 38842 invoked by uid 500); 26 Oct 2013 04:13:22 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 38637 invoked by uid 500); 26 Oct 2013 04:13:12 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 38629 invoked by uid 99); 26 Oct 2013 04:13:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Oct 2013 04:13:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7B59981EBA7; Sat, 26 Oct 2013 04:13:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mchen@apache.org To: commits@cloudstack.apache.org Message-Id: <76fd640e96c94448b747cbb14f860c51@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.2 to 7391e5f Date: Sat, 26 Oct 2013 04:13:10 +0000 (UTC) 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 Authored: Fri Oct 25 21:12:24 2013 -0700 Committer: Min Chen 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() {