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.
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.