EMCECS / ecs-sync

ecs-sync is a bulk copy utility that can move data between various systems in parallel
Apache License 2.0
60 stars 22 forks source link

Sync S3-Compatible Object Storage #102

Closed akashcse closed 11 months ago

akashcse commented 1 year ago

I have S3-Compatible Object Storage provided by DataCore Swarm. Its working fine with S3 browser. But when i try to sync using this library got exception like " com.emc.ecs.sync.config.ConfigurationException: cannot determine if Source bucket exists" I investigate further more in S3 browser its connect to REST Endpoint like : rest-url/{bucket-name} in this lib its try to connect REST Endpoint like : {bucket-name}.rest-url and its not working Note : S3-Compatible Object Storage does not have any region

xiaoxin-ren commented 1 year ago

Please try disable vHosts ("Specifies whether virtual hosted buckets will be disabled (and path-style buckets will be used)").