diff --git a/ui/app/peers/create/[peerType]/helpers/s3.ts b/ui/app/peers/create/[peerType]/helpers/s3.ts index cd3ac99a38..17fb8e1b14 100644 --- a/ui/app/peers/create/[peerType]/helpers/s3.ts +++ b/ui/app/peers/create/[peerType]/helpers/s3.ts @@ -41,8 +41,8 @@ export const s3Setting: PeerSetting[] = [ tips: 'If set, the role ARN will be used to assume the role before accessing the bucket.', helpfulLink: 'https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns', - optional: true - } + optional: true, + }, ]; export const blankS3Setting: S3Config = {