Class RFC1123Util

java.lang.Object
org.apache.hadoop.ozone.s3.util.RFC1123Util

public final class RFC1123Util extends Object
Stricter RFC1123 data format.

This format always use two digits for the days to make it compatible with golang clients.

  • Field Details

    • FORMAT

      public static final DateTimeFormatter FORMAT
      An RFC-1123 compatible file format which always use two digits for the days.