Class S3Tagging

java.lang.Object
org.apache.hadoop.ozone.s3.endpoint.S3Tagging

public class S3Tagging extends Object
S3 tagging.
  • Constructor Details

    • S3Tagging

      public S3Tagging()
    • S3Tagging

      public S3Tagging(S3Tagging.TagSet tagSet)
  • Method Details

    • getTagSet

      public S3Tagging.TagSet getTagSet()
    • setTagSet

      public void setTagSet(S3Tagging.TagSet tagSet)
    • fromMap

      public static S3Tagging fromMap(Map<String,String> tagMap)
      Creates a S3 tagging instance (xml representation) from a Map retrieved from OM.
      Parameters:
      tagMap - Map representing the tags.
      Returns:
      S3Tagging
    • validate

      public void validate()
      Additional XML validation logic for S3 tagging.