From 004bd89e7acf9a272a933bcc1e199b34d3e6183c Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Mon, 14 Feb 2022 07:07:10 +0530 Subject: [PATCH] fix read.json --- .../amazons3Plugin/src/main/resources/editor/read.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/server/appsmith-plugins/amazons3Plugin/src/main/resources/editor/read.json b/app/server/appsmith-plugins/amazons3Plugin/src/main/resources/editor/read.json index 5e7b583ef7..87818efa99 100644 --- a/app/server/appsmith-plugins/amazons3Plugin/src/main/resources/editor/read.json +++ b/app/server/appsmith-plugins/amazons3Plugin/src/main/resources/editor/read.json @@ -30,12 +30,6 @@ "controlType": "QUERY_DYNAMIC_INPUT_TEXT", "initialValue": "" }, - { - "label": "Expiry Duration of Signed URL (Minutes)", - "configProperty": "actionConfiguration.formData.read.expiry", - "controlType": "QUERY_DYNAMIC_INPUT_TEXT", - "initialValue": "5" - }, { "label": "Base64 Encode File - Yes/No", "configProperty": "actionConfiguration.formData.read.usingBase64Encoding",