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:
commit
d208792786
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user