zymap commented on code in PR #15835: URL: https://github.com/apache/pulsar/pull/15835#discussion_r885296443
########## site2/docs/tiered-storage-s3.md: ########## @@ -0,0 +1,247 @@ +--- +id: tiered-storage-s3 +title: Use S3 offloader with Pulsar +sidebar_label: "S3 offloader" +--- + +S3 offloader is introduced to serve S3-compatible storage, which means that the storage employs the S3 API as its “language" and applications that speak the S3 API are able to plug and play with S3-compatible storage. + +This chapter guides you through every step of installing and configuring the S3 offloader and using it with Pulsar. + +## Installation + +Follow the steps below to install the S3 offloader. + +### Prerequisite + +- Pulsar: 2.9.2 or later versions Review Comment: 2.9.2 has been released. Let's fix it as 2.9.3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
