Skip to content

Azure Blob Storage S3 compatibility not working - incorrect URL path style #609

@humi-jderycke

Description

@humi-jderycke

When using Azure Blob Storage as the S3-compatible storage backend, Probo fails to upload files due to incorrect URL construction by the AWS SDK v2.
https://www.getprobo.com/docs/self-hosting/kubernetes#azure-deployment

Current Behavior:
https://probo.mystorageaccount.blob.core.windows.net/...

Expected behavior:
https://mystorageaccount.blob.core.windows.net/probo/...

Error Message:
cannot import framework: cannot upload logo file: cannot upload file to S3: operation error S3: PutObject, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://probo.mystorageaccount.blob.core.windows.net...?x-id=PutObject": dial tcp: lookup probo.mystorageaccount.blob.core.windows.net on 10.0.0.10:53: no such host

Expected Behavior:
Probo should successfully upload files to Azure Blob Storage containers.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions