You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by am...@apache.org on 2017/10/05 10:23:43 UTC

svn commit: r1811184 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md

Author: amitj
Date: Thu Oct  5 10:23:43 2017
New Revision: 1811184

URL: http://svn.apache.org/viewvc?rev=1811184&view=rev
Log:
OAK-6575: Provide a secure external URL to a DataStore binary

- Added OSGi documentation

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md?rev=1811184&r1=1811183&r2=1811184&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md Thu Oct  5 10:23:43 2017
@@ -479,6 +479,29 @@ stagingRetryInterval
 : Default - 600
 : Interval in seconds for the background retry job for retrying previously failed asynchronous uploads.
 
+#### Oak - CloudFrontS3SignedUrlProvider
+Configuration to get a redirect URI to serve binary content direct from Oak via CloudFront, 
+where the content is hosted in S3
+
+_PID `org.apache.jackrabbit.oak.blob.cloud.s3.CloudFrontS3SignedUrlProvider`_
+
+cloudFrontUrl
+: Url from AWS must have a trailing /, the S3Object Key and signed url will be appended
+
+ttl
+: Default - 60
+: The time singed urls are valid for in seconds.
+
+minSize
+: Default - 100
+: The minimum size of a binary that will be served via CloudFront in KB.
+
+privateKeyFile
+: Location of the pkcs8 private key file, relative or absolute.
+
+keyPairId
+: The key ID from AWS after uploading the public key.
+
 ### System properties and Framework properties
 
 Following properties are supported by Oak. They are grouped in two parts _Stable_ and