File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
app/code/Magento/AwsS3/Test/Mftf/Suite Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1111 <!-- Enable AWS S3 Remote Storage -->
1212 <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey =" enableRemoteStorage" />
1313 </before >
14+ <after >
15+ <!-- Disable Remote Storage -->
16+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" />
17+ </after >
1418 <include >
1519 <group name =" remote_storage_aws_s3" />
1620 </include >
Original file line number Diff line number Diff line change 1111 <!-- Disable Remote Storage -->
1212 <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" />
1313 </before >
14+ <after >
15+ <!-- Disable Remote Storage -->
16+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" />
17+ </after >
1418 <include >
1519 <group name =" remote_storage_disabled" />
1620 </include >
You can’t perform that action at this time.
0 commit comments