• Joined on 2024-09-06
kqjy pushed to next at kqjy/MyFSIO 2026-01-04 06:35:04 +00:00
609e9db2f7 Add redirect /ui/buckets URL to /ui/
kqjy pushed to next at kqjy/MyFSIO 2026-01-04 06:00:08 +00:00
94a55cf2b7 Revamp navbar - implement new sidepanel navigation
kqjy pushed to next at kqjy/MyFSIO 2026-01-03 16:00:16 +00:00
b9cfc45aa2 Add new tests; Fix typo and validations
kqjy pushed to next at kqjy/MyFSIO 2026-01-03 09:27:54 +00:00
2d60e36fbf Fix multipart upload failure; Improve upload UX;
kqjy pushed to next at kqjy/MyFSIO 2026-01-01 14:55:26 +00:00
c78f7fa6b0 Fix IAM message box modal delete user icon
kqjy pushed to next at kqjy/MyFSIO 2026-01-01 13:51:08 +00:00
b3dce8d13e Fix Remove fallback ETag, make etag optional, fix multipart ETag storage, fix request entity too large error due to mishandled multipart uploads
kqjy pushed to next at kqjy/MyFSIO 2026-01-01 08:48:51 +00:00
e792b86485 (UI): Add lifecycle, CORS, ACL, move/copy objects functionalities
cdb86aeea7 Implement Object Lock, Event Notifications, SSE-C, and Access Logging
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
Compare 3 commits »
kqjy pushed to next at kqjy/MyFSIO 2025-12-31 10:00:08 +00:00
1df8ff9d25 Clean up code comments
kqjy pushed to next at kqjy/MyFSIO 2025-12-31 06:13:35 +00:00
05f1b00473 Update Dockerfile Python runtime
kqjy pushed to next at kqjy/MyFSIO 2025-12-31 06:12:40 +00:00
5ebc97300e Update README
kqjy pushed to next at kqjy/MyFSIO 2025-12-31 06:10:59 +00:00
d2f9c3bded Update README
kqjy pushed to next at kqjy/MyFSIO 2025-12-31 06:02:55 +00:00
9f347f2caa Fix brand typos
kqjy created pull request kqjy/MyFSIO#12 2025-12-31 05:56:34 +00:00
MyFSIO v0.2.0 Release
kqjy pushed to next at kqjy/MyFSIO 2025-12-31 05:55:32 +00:00
4ab58e59c2 Optimize S3 performance: add caching, per-bucket locks, streaming encryption
32232211a1 Revamp UI/UX: bucket icons, dynamic metrics, mobile docs navigation, rework IAM UI, add JSON auto-indent to policy editors
Compare 2 commits »
kqjy released MyFSIO v0.1.9 Beta at kqjy/MyFSIO 2025-12-29 06:52:43 +00:00
kqjy pushed tag v0.1.9 to kqjy/MyFSIO 2025-12-29 06:52:43 +00:00
kqjy pushed to main at kqjy/MyFSIO 2025-12-29 06:49:50 +00:00
bb366cb4cd Merge pull request 'MyFSIO v0.1.9 Release' (#10) from next into main
1cacb80dd6 Fix replication pause, multipart cache, and select all with virtual scroll
e89bbb62dc Fix pausing replication and resuming replication does not continue the replication for the remaining pending objects; Improve Documentation
c8eb3de629 Fix issues -- Bug fixes:
Compare 4 commits »
kqjy merged pull request kqjy/MyFSIO#10 2025-12-29 06:49:48 +00:00
MyFSIO v0.1.9 Release
kqjy pushed to next at kqjy/MyFSIO 2025-12-29 06:46:10 +00:00
1cacb80dd6 Fix replication pause, multipart cache, and select all with virtual scroll
kqjy pushed to next at kqjy/MyFSIO 2025-12-29 06:05:34 +00:00
e89bbb62dc Fix pausing replication and resuming replication does not continue the replication for the remaining pending objects; Improve Documentation