Skip to content

Commit

Permalink
Merge pull request #98 from nspcc-dev/acl-delete-not-put
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Feb 28, 2024
2 parents 046e623 + 602c2b0 commit 05f49bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-arch/07-acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Let us make an example. `Delete` and `Range` operations are likely to show undef
| Base/Gen | PUT | DELETE | HEAD | RANGE | GET | HASH | SEARCH |
|----------|:---:|:------:|:----:|:-----:|:---:|:----:|:------:|
| PUT | + | - | - | - | - | - | - |
| DELETE | + | - | + | - | - | - | + |
| DELETE | - | - | + | - | - | - | + |
| HEAD | - | - | + | - | - | - | - |
| RANGE | - | - | + | + | - | - | - |
| GET | - | - | + | - | + | - | - |
Expand Down

0 comments on commit 05f49bb

Please sign in to comment.