mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
18 lines
647 B
JavaScript
18 lines
647 B
JavaScript
export const s3Text = {
|
|
awsS3: "AWS S3",
|
|
accessKey: "Access key",
|
|
secretKey: "Secret key",
|
|
region: "Region",
|
|
customEndpoint: "Custom Endpoint",
|
|
alertRegionIsMissing: "Region is missing",
|
|
cypressAwsS3: "cypress-aws-s3",
|
|
placeholderEnterAccessKey: "Enter access key",
|
|
placeholderEnterSecretKey: "**************",
|
|
labelRegion: "Region",
|
|
region: "N. california",
|
|
alertInvalidUrl: "Invalid URL",
|
|
accessKeyError:
|
|
"The AWS Access Key Id you provided does not exist in our records.",
|
|
sinatureError:
|
|
"The request signature we calculated does not match the signature you provided. Check your key and signing method.",
|
|
};
|