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

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

python - Pygame screen.blit not working -

c# - Web API response xml language -