jackrabbit
jackrabbit copied to clipboard
Added pathStyleAccess flag
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.