adoroszlai commented on a change in pull request #2482:
URL: https://github.com/apache/ozone/pull/2482#discussion_r680839402
##########
File path: hadoop-ozone/dist/src/main/smoketest/s3/s3_compatbility_check.sh
##########
@@ -20,10 +20,42 @@ set -e
# This script helps to execute S3 robot test against real AWS s3 endpoint
# To make sure that all of our defined tests cases copies the behavior of AWS
+
+# To run this script
+# mvn clean install -DskipShade -DskipTests
+# cd hadoop-ozone/dist/target/ozone-1.2.0-SNAPSHOT/smoketest/s3/
Review comment:
Making it a bit more future-proof:
```suggestion
# cd hadoop-ozone/dist/target/ozone-*/smoketest/s3/
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]