ToolJet/cypress-tests/cypress/constants/texts/awss3.js
Midhun Kumar E 786e3a2707
Updated DS specs to pass on GitHub actions (#5634)
* Modify data-cy common

* Update constants

* Delete unused file

* Update specs

* Update utils and common specs

* Skip  specs

* Update gitignore
2023-03-06 12:13:47 +05:30

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