Allow sharing raw unsigned URLs
complete
Tom Raganowicz
"When you share a file, you can decide to use the raw pre-signed URL instead of S3Drive's link.
The signature is however not necessary when the bucket / directory / file is publicly readable.
For example, I have a bucket with a /public/ directory which is configured as world-readable.
Whenever I share a file from this bucket, I just want https://domain.tld/bucket/public/file.ext"
Originally from: https://discord.com/channels/1069654792902815845/1152209352975982603
Tom Raganowicz
complete
Tom Raganowicz
This was implemented in a [1.7.14] - 2024-02-22 release.
Caleb Frey
Tom Raganowicz
The unsigned URL doesn't include /<bucket name>/ as part of the path when using unsigned URLS. This should be easy to fix as the presigned urls work fine.
Ideally detect if the bucket is public (or give the option to label it as such) and if so default to using unsigned URLS, but that's probably a separate feature request.
Thank you!