jackrabbit icon indicating copy to clipboard operation
jackrabbit copied to clipboard

Added pathStyleAccess flag

Open afilimonov opened this issue 9 years ago • 0 comments

Enable pathStyleAccess in the S3 DataStore. Some on premise S3 compatible storage solutions require path style access to S3 object i.e. http://s3EndPoint/s3Bucket/objectKey instead of default http://s3Bucket.s3EndPoint/objectKey

New property pathAccessStyle=true is used to enable path style access.

afilimonov avatar Dec 01 '16 00:12 afilimonov