mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #502] -a admin:admin@/:rw: admin has complete permissions for all paths. #284
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yuf19-2022 on GitHub (Dec 20, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/502
in fact,only has ro permissions
@sigoden commented on GitHub (Dec 20, 2024):
Auth permissions are restricted by dufs global permissions. If dufs does not enable upload permissions via
--allow-upload, then the account will not have upload permissions even if it is grantedread-write(:rw) permissions.@yuf19-2022 commented on GitHub (Dec 20, 2024):
OK,I see.