Skip to content

Commit

Permalink
Add s3 bucket to frontend datasource options
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed Apr 22, 2024
1 parent 13a31db commit 3aa3cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const TypeOptions = [
{ label: 'Windows Share', value: 'windows_share' },
{ label: 'Sharepoint', value: 'sharepoint' },
{ label: 'Google Drive', value: 'google_drive' },
{ label: 'S3 Bucket', value: 's3' },
];

const StyledTable = styled(Table)``;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const TypeOptions = {
windows_share: 'Windows Share',
sharepoint: 'Sharepoint',
google_drive: 'Google Drive',
s3: 'S3 Bucket',
};

const ActionButton = styled(LightSquareButton)`
Expand Down

0 comments on commit 3aa3cb9

Please sign in to comment.