[#187] Add handling quota limit reached error #190
No reviewers
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-http-gw#190
Loading…
Reference in a new issue
No description provided.
Delete branch "r.loginov/frostfs-http-gw:feature/187-add_handling_quota_reached_error"
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?
close #187
Before:
Now:
If you don't like the idea of porting the FrostFS interface, I can transfer the error handling function from the response package to the handler package.
WIP: [#187] Add handling quota limit reached errorto [#187] Add handling quota limit reached error@ -143,4 +40,0 @@
)
// FrostFS represents virtual connection to FrostFS network.
type FrostFS interface {
Let's try to keep the interface in this
handler
package@ -92,6 +92,7 @@ The `filename` field from the multipart form will be set as `FileName` attribute
|--------|----------------------------------------------|
| 200 | Object created successfully. |
| 400 | Some error occurred during object uploading. |
| 409 | The quota was exceeded. |
Probably we also should update CHANGELOG.md
7f94699ec6
toce66b900fe
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.