ericsyh edited a comment on issue #13493:
URL: https://github.com/apache/pulsar/issues/13493#issuecomment-1003297153


   @rj1031cp minio supports s3, it is supported to offload to minio. Just 
config the s3 endpoint to minio service and use ak sk generated by minio.
   
   Sample `broker.conf` i used to config offloader to minio.
   
   ```
   managedLedgerOffloadDriver=aws-s3
   offloadersDirectory=offloaders
   s3ManagedLedgerOffloadBucket=pulsar
   s3ManagedLedgerOffloadServiceEndpoint=http://127.0.0.1:9000
   s3ManagedLedgerOffloadRegion=us-east-1
   ```


-- 
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]


Reply via email to