java - How to enable s3 path style access in jclouds -


normally, when i'm using aws s3 java sdk, can enable path style access in following way:

s3clientoptions clientoptions = new s3clientoptions() clientoptions.setpathstyleaccess(true) awss3client.sets3clientoptions(clientoptions) 

we transitioning our code use jclouds instead, can't find documentation indicates either how specify client options, or setting path style access blob or blobstore.

any appreciated.

property_s3_virtual_host_buckets controls path-style access, configured part of contextbuilder.overrides. generic s3 api defaults false, or path-style access, while specific aws-s3 provider defaults true, or host-style access.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -