Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add hierarchical namespace and folders features #2445

Merged
merged 11 commits into from
Mar 14, 2024
Prev Previous commit
Next Next commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Mar 12, 2024
commit c78991cf77523d99b6f781342583ca38dfb9f34b
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,7 @@ public Logging build() {
}
}

/**
* The bucket's hierarchical namespace (Folders) configuration. Enable this to use HNS.
*/
/** The bucket's hierarchical namespace (Folders) configuration. Enable this to use HNS. */
public static final class HierarchicalNamespace implements Serializable {

private static final long serialVersionUID = 5932926691444613101L;
Expand Down