Skip to content

Commit 57f38dc

Browse files
committed
Strike Task 27
Junie believed that storing metadata in gzipped files is more efficient. This may be the case, but metadata is stored in plain text intentionally for easy debugging.
1 parent f2bcf95 commit 57f38dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This document contains a list of potential improvements for the S3Mock project.
3636
24. [ ] Improve multipart upload performance
3737
25. [x] Reduce memory usage when handling large files
3838
26. [ ] Optimize XML serialization/deserialization
39-
27. [ ] Implement more efficient storage of object metadata
39+
27. [x] Keep object metadata storage as plain text (JSON) for inspectability (decided against more efficient/binary storage)
4040
28. [ ] Add support for conditional requests to reduce unnecessary data transfer
4141
29. [ ] Optimize concurrent access patterns
4242
30. [ ] Implement more efficient bucket and object locking mechanisms

0 commit comments

Comments
 (0)