anuengineer commented on a change in pull request #880: HDDS-1617. Restructure 
the code layout for Ozone Manager
URL: https://github.com/apache/hadoop/pull/880#discussion_r289575288
 
 

 ##########
 File path: 
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmBucketInfo.java
 ##########
 @@ -61,14 +63,20 @@
    */
   private StorageType storageType;
   /**
-   * Creation time of bucket.
+   * Bucket encryption key info if encryption is enabled.
    */
-  private final long creationTime;
+  private BucketEncryptionKeyInfo bekInfo;
 
   /**
-   * Bucket encryption key info if encryption is enabled.
+   * Bucket Flags that define the behavior of a bucket.
+   *
+   * enum BucketFlags {
+   *     CONFUSING_CHARS = 1;
 
 Review comment:
   It is to enforce character sets which will not conflict with the S3, O3 and 
other file protocols. It is not being used now

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to