This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 76b0ef4d162 [fix][broker] add the S3 offload option in the broker.conf 
comment (#20655)
76b0ef4d162 is described below

commit 76b0ef4d162c5f6935c96c960fbdc9e39d407a31
Author: Eric Shen <[email protected]>
AuthorDate: Fri Jul 7 17:47:52 2023 +0800

    [fix][broker] add the S3 offload option in the broker.conf comment (#20655)
    
    Signed-off-by: ericsyh <[email protected]>
---
 conf/broker.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/broker.conf b/conf/broker.conf
index 13789ce2eca..57b9f1bd381 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -1608,7 +1608,7 @@ schemaCompatibilityStrategy=FULL
 # The directory for all the offloader implementations
 offloadersDirectory=./offloaders
 
-# Driver to use to offload old data to long term storage (Possible values: 
aws-s3, google-cloud-storage, azureblob, aliyun-oss, filesystem)
+# Driver to use to offload old data to long term storage (Possible values: 
aws-s3, google-cloud-storage, azureblob, aliyun-oss, filesystem, S3)
 # When using google-cloud-storage, Make sure both Google Cloud Storage and 
Google Cloud Storage JSON API are enabled for
 # the project (check from Developers Console -> Api&auth -> APIs).
 managedLedgerOffloadDriver=

Reply via email to