-
MyFSIO v0.1.8 Beta Pre-Release
released this
2025-12-23 06:06:11 +00:00 | 51 commits to main since this release- Fixed replication race condition
- Fixed bucket object browser nested object button not working
- Fixed replication checksum issues (checksum will only be calculated when required for now)
- Fixed timezone inconsistencies in some functions
- Improved bucket object browser UX
- Improved bucket UI policy and added validation for replication panel
- Improved object storage performance via caching
- Improved object browser search filter
- Added option to display custom timezone via env variable
Important (For Traefik users)
- Due to the latest changes (v3.6.4/v2.11.32 and later), objects with special characters will return
400 Bad Request.
Users might want to consider adding the following changes on their traefik proxy to access objects with special characters:
Character Flag to Add Hash (#) --entrypoints.https.http.encodedcharacters.allowencodedhash=trueSlash (/) --entrypoints.https.http.encodedcharacters.allowencodedslash=truePercent (%) --entrypoints.https.http.encodedcharacters.allowencodedpercent=truePlease see https://doc.traefik.io/traefik/v3.6/security/request-path/ for more information.
Downloads