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

change(docs): Object Storage Release Fixes #647

Merged
merged 3 commits into from
Jan 23, 2025
Merged
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
6 changes: 3 additions & 3 deletions services/storage/object/controls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ controls:
- tlp_green
- tlp_amber
- tlp_red
- id: CCC.ObjStor.C06.TR02
- id: CCC.ObjStor.C05.TR02
text: |
When an object is modified, the service MUST assign a new unique
identifier to the modified object to differentiate it from the
Expand All @@ -226,7 +226,7 @@ controls:
- tlp_green
- tlp_amber
- tlp_red
- id: CCC.ObjStor.C06.TR03
- id: CCC.ObjStor.C05.TR03
text: |
When an object is modified, the service MUST allow for recovery
of previous versions of the object.
Expand All @@ -235,7 +235,7 @@ controls:
- tlp_green
- tlp_amber
- tlp_red
- id: CCC.ObjStor.C05.TR02
- id: CCC.ObjStor.C05.TR04
text: |
When an object is deleted, the service MUST retain other versions of
the object to allow for recovery of previous versions.
Expand Down
Loading