mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -113,19 +113,19 @@ export const fileFields = [
|
||||
options: [
|
||||
{
|
||||
name: 'Authenticated Read',
|
||||
value: 'authenticatedRead'
|
||||
value: 'authenticatedRead',
|
||||
},
|
||||
{
|
||||
name: 'AWS Exec Read',
|
||||
value: 'awsExecRead'
|
||||
value: 'awsExecRead',
|
||||
},
|
||||
{
|
||||
name: 'Bucket Owner Full Control',
|
||||
value: 'bucketOwnerFullControl'
|
||||
value: 'bucketOwnerFullControl',
|
||||
},
|
||||
{
|
||||
name: 'Bucket Owner Read',
|
||||
value: 'bucketOwnerRead'
|
||||
value: 'bucketOwnerRead',
|
||||
},
|
||||
{
|
||||
name: 'Private',
|
||||
@@ -133,15 +133,15 @@ export const fileFields = [
|
||||
},
|
||||
{
|
||||
name: 'Public Read',
|
||||
value: 'publicRead'
|
||||
value: 'publicRead',
|
||||
},
|
||||
{
|
||||
name: 'Public Read Write',
|
||||
value: 'publicReadWrite'
|
||||
value: 'publicReadWrite',
|
||||
},
|
||||
],
|
||||
default: 'private',
|
||||
description: 'The canned ACL to apply to the object.'
|
||||
description: 'The canned ACL to apply to the object.',
|
||||
},
|
||||
{
|
||||
displayName: 'Grant Full Control',
|
||||
@@ -399,7 +399,7 @@ export const fileFields = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'upload'
|
||||
'upload',
|
||||
],
|
||||
resource: [
|
||||
'file',
|
||||
@@ -416,13 +416,13 @@ export const fileFields = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'upload'
|
||||
'upload',
|
||||
],
|
||||
resource: [
|
||||
'file',
|
||||
],
|
||||
binaryData: [
|
||||
false
|
||||
false,
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -438,13 +438,13 @@ export const fileFields = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'upload'
|
||||
'upload',
|
||||
],
|
||||
resource: [
|
||||
'file',
|
||||
],
|
||||
binaryData: [
|
||||
true
|
||||
true,
|
||||
],
|
||||
},
|
||||
|
||||
@@ -476,19 +476,19 @@ export const fileFields = [
|
||||
options: [
|
||||
{
|
||||
name: 'Authenticated Read',
|
||||
value: 'authenticatedRead'
|
||||
value: 'authenticatedRead',
|
||||
},
|
||||
{
|
||||
name: 'AWS Exec Read',
|
||||
value: 'awsExecRead'
|
||||
value: 'awsExecRead',
|
||||
},
|
||||
{
|
||||
name: 'Bucket Owner Full Control',
|
||||
value: 'bucketOwnerFullControl'
|
||||
value: 'bucketOwnerFullControl',
|
||||
},
|
||||
{
|
||||
name: 'Bucket Owner Read',
|
||||
value: 'bucketOwnerRead'
|
||||
value: 'bucketOwnerRead',
|
||||
},
|
||||
{
|
||||
name: 'Private',
|
||||
@@ -496,15 +496,15 @@ export const fileFields = [
|
||||
},
|
||||
{
|
||||
name: 'Public Read',
|
||||
value: 'publicRead'
|
||||
value: 'publicRead',
|
||||
},
|
||||
{
|
||||
name: 'Public Read Write',
|
||||
value: 'publicReadWrite'
|
||||
value: 'publicReadWrite',
|
||||
},
|
||||
],
|
||||
default: 'private',
|
||||
description: 'The canned ACL to apply to the object.'
|
||||
description: 'The canned ACL to apply to the object.',
|
||||
},
|
||||
{
|
||||
displayName: 'Grant Full Control',
|
||||
@@ -705,7 +705,7 @@ export const fileFields = [
|
||||
description: '',
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
],
|
||||
description: 'Optional extra headers to add to the message (most headers are allowed).',
|
||||
},
|
||||
@@ -755,7 +755,7 @@ export const fileFields = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'download'
|
||||
'download',
|
||||
],
|
||||
resource: [
|
||||
'file',
|
||||
|
||||
Reference in New Issue
Block a user