-
Notifications
You must be signed in to change notification settings - Fork 732
Tracking Issues of RFC-5556: Write Returns Metadata #5557
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Tasks
- feat(core)!: implement write returns metadata #5562
- modify struct
Operatorto returnResult<Metadata>instead ofResult<()>forwriteandwrite_withfunctions - modify struct
Writerto returnResult<Metadata>instead ofResult<()>for the close() function - modify
oio::Writetrait to returnResult<Metadata>instead ofResult<()>for the close() function - modify
oio::MultipartWritetrait to returnResult<Metadata>instead ofResult<()>for thecomplete_part()andwrite_oncefunctions - add behavior tests
- implement the logic for some services
- s3
- fs
- monoiofs
- modify struct
- implement the logic of returning metadata after writing for other services: Implement
Write Returns Metadatafor all services #5693
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.