fix: S3 plugin: remove Expiry Duration config from Read file query

* This PR removes the Expiry Duration field from the Read file command of S3 plugin.
* An Expiry Duration field got added to Read file command mistakenly some time post migration to UQI schema. This field did not exist with the read command before the migration and does not get used even now.
This commit is contained in:
Sumit Kumar 2022-02-15 12:24:48 +05:30 committed by GitHub
commit d208792786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",