Skip to content

Commit

Permalink
docs: add docs for oss blob sink
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitaich1998 authored Dec 11, 2024
1 parent dc3b13e commit 59ec578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/sinks/blob-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 59ec578

Please sign in to comment.