Add AWS S3 menu (#227)

This commit is contained in:
pg.yang
2023-02-08 22:43:05 +08:00
committed by GitHub
parent d93ed2c5d3
commit 5b0a68fe18
4 changed files with 19 additions and 0 deletions

View File

@@ -42,6 +42,22 @@ export default [
layer: "AWS_EKS",
},
},
{
path: "/aws-s3",
name: "AWSCloudS3",
meta: {
title: "AWSCloudS3",
layer: "AWS_S3",
},
},
{
path: "/aws-s3/tab/:activeTabIndex",
name: "S3ActiveTabIndex",
meta: {
notShow: true,
layer: "AWS_S3",
},
},
],
},
];