Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 17, 2023
1 parent f50aaa0 commit 7595ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/peers/create/[peerType]/helpers/s3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 7595ac3

Please sign in to comment.