|
|
5f24bd920d
|
Reduce P99 tail latency: defer etag index writes, eliminate double cache rebuild, skip redundant stat() in bucket config
|
2026-03-02 22:39:37 +08:00 |
|
|
|
8552f193de
|
Reduce CPU/lock contention under concurrent uploads: split cache lock, in-memory stats, dict copy, lightweight request IDs, defaultdict metrics
|
2026-03-02 22:05:54 +08:00 |
|
|
|
5536330aeb
|
Move performance-critical Python functions to Rust: streaming I/O, multipart assembly, and AES-256-GCM encryption
|
2026-02-27 22:55:20 +08:00 |
|
|
|
3827235232
|
Reduce CPU usage on heavy uploads: skip SHA256 body hashing in SigV4, use Rust md5_file post-write instead of per-chunk _HashingReader
|
2026-02-27 21:57:13 +08:00 |
|
|
|
dfc0058d0d
|
Extend myfsio_core Rust extension with 7 storage hot paths (directory scanning, metadata I/O, object listing, search, bucket stats, cache building)
|
2026-02-27 12:22:39 +08:00 |
|
|
|
27aef84311
|
Fix rclone CopyObject SignatureDoesNotMatch caused by internal metadata leaking as X-Amz-Meta headers
|
2026-02-26 21:39:43 +08:00 |
|
|
|
5003514a3d
|
Fix null ETags in shallow listing by updating etag index on store/delete
|
2026-02-26 18:09:08 +08:00 |
|
|
|
a356bb0c4e
|
perf: shallow listing, os.scandir stats, server-side search for large buckets
|
2026-02-26 17:11:07 +08:00 |
|
|
|
1c328ee3af
|
Fix list performance for large buckets: delimiter-aware shallow listing, cache TTL increase, UI delimiter streaming. header badge shows total bucket objects, fix status bar text concatenation
|
2026-02-26 16:29:28 +08:00 |
|
|
|
5bf7962c04
|
Fix UI: versioning modals and object browser panel showing 'null'
|
2026-02-24 20:41:39 +08:00 |
|
|
|
776967e80d
|
Add Rust index reader, metadata read cache, and 256KB stream chunks
|
2026-02-19 23:01:40 +08:00 |
|
|
|
082a7fbcd1
|
Move index JSON read to Rust for GIL-released parsing (serde_json)
|
2026-02-19 22:43:28 +08:00 |
|
|
|
4c661477d5
|
Add Rust extension module (myfsio_core) for SigV4, hashing, and validation hot paths
|
2026-02-16 16:04:15 +08:00 |
|
|
|
67f057ca1c
|
Add static website hosting
|
2026-02-15 20:57:02 +08:00 |
|
|
|
01e79e6993
|
Fix object browser UI issues
|
2026-02-10 11:41:02 +08:00 |
|
|
|
aa6d7c4d28
|
Optimize replication failure caching, batch UI auth checks, add bulk download size limit, background parent cleanup
|
2026-02-09 18:23:45 +08:00 |
|
|
|
e0dee9db36
|
Fix UI object browser not showing objects uploaded via S3 API
|
2026-02-05 22:22:59 +08:00 |
|
|
|
126657c99f
|
Further debugging of object browser object count delay
|
2026-02-05 21:45:02 +08:00 |
|
|
|
07fb1ac773
|
Fix cross-process cache invalidation on Windows using version counter instead of mtime
|
2026-02-05 21:32:40 +08:00 |
|
|
|
147962e1dd
|
Further debugging of object browser object count delay
|
2026-02-05 21:18:35 +08:00 |
|
|
|
2643a79121
|
Debug object browser object count delay
|
2026-02-05 21:08:18 +08:00 |
|
|
|
e9a035827b
|
Add _touch_cache_marker for UI object delay count issue
|
2026-02-05 20:56:42 +08:00 |
|
|
|
033b8a82be
|
Fix error handlers for API mode; distinguish files from directories in object lookup; Fix UI not showing newly uploaded objects by adding Cache-Control headers
|
2026-02-05 20:44:11 +08:00 |
|
|
|
70b61fd8e6
|
Further optimize CPU usage; Improve security and performance; 4 bug fixes.
|
2026-02-05 17:45:34 +08:00 |
|
|
|
a779b002d7
|
Optimize CPU usage via caching and reducing ThreadPoolExecutor workers to prevent CPU saturation
|
2026-02-02 13:30:06 +08:00 |
|
|
|
9629507acd
|
Fix auth bypass, user enumeration, xml DoS, multipart race, path traversal unicode, silent permissions failures, data key without AAD, KMS streaming
|
2026-02-01 18:12:03 +08:00 |
|
|
|
9385d1fe1c
|
Add 4 new S3 APIs: UploadPartCopy, Bucket Replication, PostObject, SelectObjectContent
|
2026-01-29 12:51:00 +08:00 |
|
|
|
0ea54457e8
|
Fix 17 security vulnerabilities across encryption, auth, and API modules
|
2026-01-29 12:05:35 +08:00 |
|
|
|
b32f1f94f7
|
Add configurable env variables for hardcoded timeouts and limits
|
2026-01-25 23:32:36 +08:00 |
|
|
|
5ab62a00ff
|
Fix security vulnerabilities: XXE, timing attacks, info leaks
|
2026-01-18 17:18:12 +08:00 |
|
|
|
a3b9db544c
|
Add file type icons, enhance bucket date format, fix metadata display bug
|
2026-01-16 13:18:06 +08:00 |
|
|
|
7ff422d4dc
|
Fix multipart upload listing API and remove duplicate upload notification
|
2026-01-12 15:20:45 +08:00 |
|
|
|
546d51af9a
|
Optimize object listing for 100K+ objects with streaming and compression
|
2026-01-12 14:25:07 +08:00 |
|
|
|
b9cfc45aa2
|
Add new tests; Fix typo and validations
|
2026-01-03 23:29:07 +08:00 |
|
|
|
b3dce8d13e
|
Fix Remove fallback ETag, make etag optional, fix multipart ETag storage, fix request entity too large error due to mishandled multipart uploads
|
2026-01-01 21:51:01 +08:00 |
|
|
|
cdb86aeea7
|
Implement Object Lock, Event Notifications, SSE-C, and Access Logging
|
2025-12-31 23:40:46 +08:00 |
|
|
|
cdbc156b5b
|
Implement 9 S3 compatibility features: ACLs, range requests, lifecycle enforcement, replication ALL mode, bulk delete with VersionId, KMS integration, copy conditionals, response header overrides, and SigV4 session tokens
|
2025-12-31 19:12:54 +08:00 |
|
|
|
4ab58e59c2
|
Optimize S3 performance: add caching, per-bucket locks, streaming encryption
|
2025-12-29 18:12:28 +08:00 |
|
|
|
1cacb80dd6
|
Fix replication pause, multipart cache, and select all with virtual scroll
|
2025-12-29 14:46:06 +08:00 |
|
|
|
c8eb3de629
|
Fix issues -- Bug fixes:
- Fix duplicate _legacy_version_dir check in storage.py
- Fix max_size_bytes -> max_bytes param in quota handler
- Move base64 import to module level in s3_api.py
- Add retry logic and atomic file ops to multipart upload
- Add shutdown() method to ReplicationManager
Performance:
- Add LRU eviction with OrderedDict to object cache
- Add cache version tracking for stale read detection
- Add streaming uploads for large files (>10 MiB) in replication
- Create _find_element() XML parsing helpers
Security:
- Gate SigV4 debug logging behind DEBUG_SIGV4 config
|
2025-12-29 12:46:23 +08:00 |
|
|
|
01e26754e8
|
Add option to display custom timezone; Fix timezone inconsistencies
|
2025-12-23 13:48:02 +08:00 |
|
|
|
f5451c162b
|
Improve object storage performance via caching
|
2025-12-22 17:03:33 +08:00 |
|
|
|
97435f15e5
|
Revamp object bucket browser logic; Add new tests
|
2025-12-22 10:04:36 +08:00 |
|
|
|
9368715b16
|
Add bucket quota; Versioned objects now count towards the object storage and size count usage
|
2025-12-03 11:48:08 +08:00 |
|
|
|
53326f4e41
|
Improve bucket details UI layout
|
2025-11-30 21:19:35 +08:00 |
|
|
|
aaa230b19b
|
Test fix multipart failing upload
|
2025-11-25 23:56:38 +08:00 |
|
|
|
86138636db
|
Improve and standardized error handling
|
2025-11-25 23:33:01 +08:00 |
|
|
|
b2f4d1b5db
|
UI overhaul; Replication and S3 API improvements
|
2025-11-25 14:42:33 +08:00 |
|
|
|
85ee5b9388
|
Add new metrics function
|
2025-11-23 23:33:53 +08:00 |
|
|
|
f400cedf02
|
Release v0.1.0 Beta
|
2025-11-21 22:01:34 +08:00 |
|