mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Modify data-cy common * Update constants * Delete unused file * Update specs * Update utils and common specs * Skip specs * Update gitignore
18 lines
649 B
JavaScript
18 lines
649 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: "Enter secret key",
|
|
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.",
|
|
};
|