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

@@ -378,5 +378,6 @@ const msg = {
virtualMQ: "Virtual MQ",
AWSCloud: "AWS Cloud",
AWSCloudEKS: "EKS",
AWSCloudS3: "S3",
};
export default msg;

View File

@@ -377,5 +377,6 @@ const msg = {
virtualMQ: "MQ virtual",
AWSCloud: "AWS Cloud",
AWSCloudEKS: "EKS",
AWSCloudS3: "S3",
};
export default msg;

View File

@@ -375,5 +375,6 @@ const msg = {
virtualMQ: "虚拟消息队列",
AWSCloud: "AWS云服务",
AWSCloudEKS: "EKS",
AWSCloudS3: "S3",
};
export default msg;