s3 returned wrong status code after we tried to delete object through boto3 protocol #58
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#58
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce:
Delete object from bucket through boto3 returned status code 200, but actually nothing was deleted because object was not found:
Versions:
Environment
Server setup and configuration:
Virtual, 4 servers, 4 SN, 4 http qw, 4 s3 gw
Operating System and version (uname -a):
linux vedi 5.10.0-16-amd64 #1 SMP Debian 5.10.127-1 (2022-06-30) x86_64 GNU/Linux
Such behavior is in accordance with the specification and its examples https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html
Follows specification, not a bug.