Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hadoop-ozone/common/src/main/proto/OzoneManagerProtocol.proto
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@ message BucketInfo {
optional uint64 creationTime = 6;
repeated hadoop.hdds.KeyValue metadata = 7;
optional BucketEncryptionInfoProto beinfo = 8;

//Flag that enabled GDPR on per bucket basis.
//If this flag is set to true, system will generate a symmetric key and
//allow client to encode data.
optional bool gdprEnabled = 9 [default = false];
}

enum StorageTypeProto {
Expand Down