AEM S3 Data Store
I'm trying to use S3 as the customBlobStore on a fresh install of AEM (run modes author,crx3,crx3tar) with mixed results.
Setting customBlobStore to true in install/org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg, then connection information/credentials in install/org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore.cfg (as well as the appropriate files from featurepack-4137) seems to work as a lot of files are created in the S3 bucket I've pointed AEM to. The login page is only partially styled, and the background image doesn't load. After logging in, the page isn't styled at all.
There are a few repeated errors, with a small sample in the attached log file.
Any ideas are greatly appreciated.