Skip to content

Commit

Permalink
fix: azure backend errors with storage url and container metadata
Browse files Browse the repository at this point in the history
The container URL was adding an extra / when the service URL ended
with /. This results in an invalid container URI error from Azure.

This also fixes the container metadata keys to not include "-" that
the Azure service disallows. The metadata values are base64 encoded
to prevent any special chacter handling on Azure service side.

The content type is set for uploads consistent with S3 expectations.

Fixes #736
  • Loading branch information
benmcclelland committed Aug 20, 2024
1 parent 009e501 commit c0c3229
Showing 1 changed file with 207 additions and 233 deletions.
Loading

0 comments on commit c0c3229

Please sign in to comment.