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/20 04:40:24 UTC

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

Author: amitj
Date: Fri Oct 20 04:40:24 2017
New Revision: 1812702

URL: http://svn.apache.org/viewvc?rev=1812702&view=rev
Log:
OAK-6841: Revert Changes made in OAK-6575 before 1.7.10 is released

reverting r1811184

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=1812702&r1=1812701&r2=1812702&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 Fri Oct 20 04:40:24 2017
@@ -479,29 +479,6 @@ 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