-
-
Notifications
You must be signed in to change notification settings - Fork 326
Description
Is your feature request related to a problem? Please describe.
I use CloudFlare R2 to host data. The domain I'm working with is data.wzyss.dev. The data R2 bucket is directly attached to the domain as a CNAME. Unfortunately, CyberDuck includes the bucket name in the URL -- which is a problem for me.
If I use data.wzyss.dev as the custom Web URL and I upload an item named test.txt to the bucket, the URL should be data.wzyss.dev/test.txt. However, what I get from CyberDuck is data.wzyss.dev/data/test.txt, which won't work.
This requires me to remove the extra /data/ from the URL before it can be used.
Describe the solution you'd like
If you could customize where the "root" of the directory would be, that might solve this problem. I'm not sure what else I can do (other than completely modify my domain setup) to achieve this.
Describe alternatives you've considered
The only workaround / alternative I can think of right now is to manually edit the URL each time.