Open hcheng2002cn opened 2 years ago
I wonder if the &marker=restore/0/778.avro
query parameter should be URL-encoded? This would change /
to %2F
. Can you check the Azure docs? The fix for this would be changing jclouds AzureBlobClient.listBlobs
and adding urlEncode = true
, similar to apache/jclouds@7ebf12bf3867c7cdead772b8c80675c8a41bf7fa.
@gaul thanks, make sense. will test once have time.
Hey there, what's the status here?
Currently running into the same issue when running s3 sync
to an s3proxy instance running on k8s.
Could you try testing with the new azureblob-sdk provider from #606?
when using s3 proxy connect to azure, our s3 source connector try to get available file list after certain file, got attached exception. After we change to minio azure gateway, same connector work fine. Would you please help to take a look ? The S3 source connector we are using is https://github.com/lensesio/stream-reactor/tree/master/kafka-connect-aws-s3. Thanks for help.