DanielCarter-stack commented on issue #10407:
URL: https://github.com/apache/seatunnel/issues/10407#issuecomment-3810787960

   <!-- code-pr-reviewer -->
   Thanks for the feature request. Adding Baidu BOS connector would be valuable 
for users leveraging Baidu Cloud. Based on the existing connector architecture, 
this can be implemented following the same pattern as S3/OSS/OBS/COS connectors.
   
   To help the community evaluate and prioritize this feature, please provide:
   
   1. **BOS Hadoop compatibility**: Does Baidu BOS provide a Hadoop-compatible 
filesystem implementation (similar to `hadoop-aws`, `hadoop-aliyun`, or 
`hadoop-huaweicloud`)? If yes, please share the Maven coordinates and version.
   
   2. **Use case details**: What are your expected workloads (data volume, file 
formats, read/write patterns)? This helps inform the implementation approach.
   
   3. **SDK preference**: Direct BOS SDK usage vs. Hadoop filesystem layer?
   
   For reference, existing object storage connectors are located at:
   - `seatunnel-connectors-v2/connector-file/connector-file-s3`
   - `seatunnel-connectors-v2/connector-file/connector-file-oss`
   - `seatunnel-connectors-v2/connector-file/connector-file-obs`
   
   The core enum to extend would be `FileSystemType.java` in 
`connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/config/`.
   
   Contributions are welcome if you're interested in submitting a PR!


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