mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-02 02:47:27 +00:00
9 lines
411 B
JavaScript
9 lines
411 B
JavaScript
export const s3Selector = {
|
|
awsDatasource: '[data-cy="data-source-aws s3"]',
|
|
accessKeyLabel: '[data-cy="label-access-key"]',
|
|
secretKeyLabel: '[data-cy="label-secret-key"]',
|
|
regionLabel: '[data-cy="label-region"]',
|
|
customEndpointLabel: '[data-cy="label-custom-endpoint"]',
|
|
customEndpointInput: '[data-cy="undefined-text-field"]',
|
|
dataSourceNameInput: '[data-cy="data-source-name-input-field"]',
|
|
};
|