mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-28 17:07:22 +00:00
14 lines
403 B
JavaScript
14 lines
403 B
JavaScript
export const minioText = {
|
|
minio: "Minio",
|
|
cypressMinio: "cypressMinio",
|
|
hostLabel: "Host",
|
|
hostInputPlaceholder: "Enter host",
|
|
portLabel: "Port",
|
|
portPlaceholder: "Enter port",
|
|
labelAccesskey: "Access key",
|
|
labelSecretKey: "Secret key",
|
|
placeholderAccessKey: "Enter access key",
|
|
placeholderSecretKey: "**************",
|
|
bucketName: `my-second-bucket`,
|
|
objectName: `mybucket`,
|
|
};
|