diff --git a/hadoop-ozone/s3gateway/src/main/resources/browser.html b/hadoop-ozone/s3gateway/src/main/resources/browser.html index dc05a001775..a1f23380901 100644 --- a/hadoop-ozone/s3gateway/src/main/resources/browser.html +++ b/hadoop-ozone/s3gateway/src/main/resources/browser.html @@ -19,10 +19,10 @@ permissions and limitations under the License. - AWS S3 Explorer + Ozone S3 Explorer - + javax.ws.rs.Application org.apache.hadoop.ozone.s3.GatewayApplication + + jersey.config.servlet.filter.staticContentRegex + /static/images/*.ico + 1 diff --git a/hadoop-ozone/s3gateway/src/main/resources/webapps/static/images/ozone.ico b/hadoop-ozone/s3gateway/src/main/resources/webapps/static/images/ozone.ico new file mode 100755 index 00000000000..72886eabc1a Binary files /dev/null and b/hadoop-ozone/s3gateway/src/main/resources/webapps/static/images/ozone.ico differ