This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 06238c7bd14f7f90a36a07b97ff8a1328f4b48ef Author: Raffaele Marcello <marcelloraffa...@gmail.com> AuthorDate: Mon Feb 15 22:12:50 2021 +0100 CAMEL-15964 camel-google-storage component - improvements --- .../camel/component/google/storage/GoogleCloudStorageConstants.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageConstants.java b/components/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageConstants.java index 1a9b316..5967ecb 100644 --- a/components/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageConstants.java +++ b/components/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageConstants.java @@ -30,7 +30,6 @@ public final class GoogleCloudStorageConstants { public static final String CONTENT_DISPOSITION = "CamelGoogleCloudStorageContentDisposition"; public static final String CONTENT_ENCODING = "CamelGoogleCloudStorageContentEncoding"; public static final String CONTENT_MD5 = "CamelGoogleCloudStorageContentMd5"; - public static final String METADATA_COMPONENT_COUNT = "CamelGoogleCloudStorageComponentCount"; public static final String METADATA_CONTENT_LANGUAGE = "CamelGoogleCloudStorageContentLanguage"; public static final String METADATA_CUSTOM_TIME = "CamelGoogleCloudStorageCustomTime";