Azure Signed URL Support #5232
Labels
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
object-store
Object Store Interface
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
#4876 added support for generating S3 URLs, via the Signer trait. This ticket tracks implementing Signer for MicrosoftAzure
Describe the solution you'd like
Azure calls this functionality a Shared Access Signature.
Depending on the type of credential available to MicrosoftAzure there are different ways to generate a signed URL:
In both cases, there are a lot of options for further restricting the signatures with access policies, encryption, IP restrictions, etc... an initial implementation should stick to using the defaults as a first step.
Describe alternatives you've considered
Additional context
Split out from #3027
The text was updated successfully, but these errors were encountered: