Skip to content

Commit

Permalink
Merge pull request #271 from nspcc-dev/drop-upload-id-attr
Browse files Browse the repository at this point in the history
object: Drop `__NEOFS__UPLOAD_ID` attribute
  • Loading branch information
roman-khimov authored Aug 30, 2023
2 parents 860d639 + ac25f54 commit 7ae1a74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
### Added
- Well-known `Version` node attribute (#267)

### Removed
- Redundant object system attribute `__NEOFS__UPLOAD_ID` (#271)

## [2.14.0] - 2022-09-23 - Anmado (안마도, 鞍馬島)

### Added
Expand Down
2 changes: 0 additions & 2 deletions object/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ message Header {
// There are some "well-known" attributes starting with `__NEOFS__` prefix
// that affect system behaviour:
//
// * __NEOFS__UPLOAD_ID \
// Marks smaller parts of a split bigger object
// * __NEOFS__EXPIRATION_EPOCH \
// Tells GC to delete object after that epoch
// * __NEOFS__TICK_EPOCH \
Expand Down
2 changes: 0 additions & 2 deletions proto-docs/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,8 +851,6 @@ will be considered invalid.
There are some "well-known" attributes starting with `__NEOFS__` prefix
that affect system behaviour:

* __NEOFS__UPLOAD_ID \
Marks smaller parts of a split bigger object
* __NEOFS__EXPIRATION_EPOCH \
Tells GC to delete object after that epoch
* __NEOFS__TICK_EPOCH \
Expand Down

0 comments on commit 7ae1a74

Please sign in to comment.