WebDAV RFC 4331 quota properties (v0.3) #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/webdav-quota"
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?
Builds on the quota-reporting PR (#8): surface capacity to WebDAV clients so Finder/rclone/Cyberduck show free space.
D:quota-available-bytesandD:quota-used-bytes(RFC 4331) on the collection target, populated fromstorage.Usager(Free/Used).Usager(S3) simply omit them; failures to read usage omit them rather than erroring the PROPFIND.Additive; no change to existing PROPFIND behaviour for other properties.