ToolJet/cypress-tests/cypress/constants/texts/awss3.js

19 lines
647 B
JavaScript
Raw Normal View History

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