From 59ec578bdfe6cf2cb9e480d5ddba2c220e54d84b Mon Sep 17 00:00:00 2001 From: Sumit Aich Date: Wed, 11 Dec 2024 16:00:31 +0530 Subject: [PATCH] docs: add docs for oss blob sink --- docs/docs/sinks/blob-sink.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/sinks/blob-sink.md b/docs/docs/sinks/blob-sink.md index c4defebb..8e7320a1 100644 --- a/docs/docs/sinks/blob-sink.md +++ b/docs/docs/sinks/blob-sink.md @@ -4,9 +4,9 @@ A Blob sink Firehose \(`SINK_TYPE`=`blob`\) requires the following variables to ### `SINK_BLOB_STORAGE_TYPE` -Defines the types of blob storage the destination remote file system the file will be uploaded. Currently, the only supported blob storages are `GCS` (google cloud storage) and `S3` (Amazon S3) . +Defines the types of blob storage the destination remote file system the file will be uploaded. Currently, the only supported blob storages are `GCS` (google cloud storage), `OSS`( Alibaba Cloud Object Storage Service) and `S3` (Amazon S3) . -- Example value: `GCS` or `S3` +- Example value: `GCS`, `OSS` or `S3` - Type: `required` ### `SINK_BLOB_LOCAL_FILE_WRITER_TYPE`