MyFSIO v0.1.8 Release #9

Merged
kqjy merged 13 commits from next into main 2025-12-23 06:01:32 +00:00
Owner
  • Fixed replication race condition
  • Fixed bucket object browser nested object button not working
  • Improved bucket object browser UX
  • Improved bucket UI policy and added validation for replication panel

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=true
Slash (/) --entrypoints.https.http.encodedcharacters.allowencodedslash=true
Percent (%) --entrypoints.https.http.encodedcharacters.allowencodedpercent=true

Please see https://doc.traefik.io/traefik/v3.6/security/request-path/ for more information.

- Fixed replication race condition - Fixed bucket object browser nested object button not working - Improved bucket object browser UX - Improved bucket UI policy and added validation for replication panel --- # Important (For Traefik users) - Due to the [latest changes](https://github.com/traefik/traefik/pull/12360) (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=true` | | Slash (/) | `--entrypoints.https.http.encodedcharacters.allowencodedslash=true` | | Percent (%) | `--entrypoints.https.http.encodedcharacters.allowencodedpercent=true` | Please see https://doc.traefik.io/traefik/v3.6/security/request-path/ for more information.
kqjy added 3 commits 2025-12-22 06:21:14 +00:00
kqjy added 1 commit 2025-12-22 09:03:38 +00:00
kqjy added 1 commit 2025-12-23 03:31:38 +00:00
kqjy added 1 commit 2025-12-23 03:43:33 +00:00
kqjy added 1 commit 2025-12-23 03:49:55 +00:00
kqjy added 1 commit 2025-12-23 03:55:52 +00:00
kqjy added 1 commit 2025-12-23 04:02:31 +00:00
kqjy added 1 commit 2025-12-23 05:24:10 +00:00
kqjy added 1 commit 2025-12-23 05:37:57 +00:00
kqjy added 2 commits 2025-12-23 05:57:17 +00:00
kqjy merged commit a2745ff2ee into main 2025-12-23 06:01:32 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kqjy/MyFSIO#9