ToolJet/cypress-tests/cypress/constants/texts/awss3.js
Mekhla Asopa baea87185b
Updated the cypress spec with node upgrade changes (#8405)
* update cypress specs

* update the data source count values
2023-12-26 12:55:48 +05:30

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.",
};