sijie closed pull request #2345: [documentation] Fix syntax error on tiered 
storage documentation
URL: https://github.com/apache/incubator-pulsar/pull/2345
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/docs/latest/cookbooks/tiered-storage.md 
b/site/docs/latest/cookbooks/tiered-storage.md
index 88cb1a3de5..84d2716f7f 100644
--- a/site/docs/latest/cookbooks/tiered-storage.md
+++ b/site/docs/latest/cookbooks/tiered-storage.md
@@ -30,7 +30,7 @@ Offloading is configured in ```broker.conf```.
 At a minimum, the administrator must configure the driver, the bucket and the 
authenticating credentials.  There is also some other knobs to configure, like 
the bucket region, the max block size in backed storage, etc.
 
 Currently we support driver of types: { "aws-s3", "google-cloud-storage" }, 
-{% include admonition.html type="warning" content="Driver names are 
case-insensitive for driver's name. There is a third driver type, "s3", which 
is identical to "aws-s3", though it requires that you specify an endpoint url 
using `s3ManagedLedgerOffloadServiceEndpoint`. This is useful if using a S3 
compatible data store, other than AWS." %}
+{% include admonition.html type="warning" content="Driver names are 
case-insensitive for driver's name. There is a third driver type, \"s3\", which 
is identical to \"aws-s3\", though it requires that you specify an endpoint url 
using `s3ManagedLedgerOffloadServiceEndpoint`. This is useful if using a S3 
compatible data store, other than AWS." %}
 
 ```conf
 managedLedgerOffloadDriver=aws-s3


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to