mirror of
https://github.com/versity/versitygw.git
synced 2026-04-15 02:17:00 +00:00
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