2023-01-17 09:05:21 +00:00
|
|
|
export const s3Text = {
|
|
|
|
|
awsS3: "AWS S3",
|
|
|
|
|
accessKey: "Access key",
|
2023-03-06 06:43:47 +00:00
|
|
|
secretKey: "Secret key",
|
2023-01-17 09:05:21 +00:00
|
|
|
region: "Region",
|
|
|
|
|
customEndpoint: "Custom Endpoint",
|
|
|
|
|
alertRegionIsMissing: "Region is missing",
|
|
|
|
|
cypressAwsS3: "cypress-aws-s3",
|
|
|
|
|
placeholderEnterAccessKey: "Enter access key",
|
2023-12-26 07:25:48 +00:00
|
|
|
placeholderEnterSecretKey: "**************",
|
2023-01-17 09:05:21 +00:00
|
|
|
labelRegion: "Region",
|
|
|
|
|
region: "N. california",
|
2023-03-06 06:43:47 +00:00
|
|
|
alertInvalidUrl: "Invalid URL",
|
2023-01-17 09:05:21 +00:00
|
|
|
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.",
|
|
|
|
|
};
|