sjgllgh opened a new pull request, #5208: URL: https://github.com/apache/linkis/pull/5208
### What is the purpose of the change 1. Enhance the functionality of s3filesystem to support multipart uploads. 2. Support the use of s3 storage for BML materials and workspaces. ### Related issues/PRs Related issues: #5207 ### How to use 1. base configuration: #4435 2. workspace: - Set the wds.linkis.filesystem.root.path property in the conf/linkis.properties file. For example: wds.linkis.filesystem.root.path=s3:///workspace. 3. bml: - Configure the linkis.bml.filesystem.type and linkis.bml.prefix properties in the conf/linkis.properties file. - Example -- linkis.bml.filesystem.type=s3 -- linkis.bml.prefix =/bml 4. linkis.bml.filesystem.type Default Value: - The default value for linkis.bml.filesystem.type is determined by the wds.linkis.bml.is.hdfs property. If wds.linkis.bml.is.hdfs is true, the default is hdfs; otherwise, the default is file. 5. linkis.bml.prefix Default Value: - The default value for linkis.bml.prefix is determined based on the wds.linkis.bml.is.hdfs property. If wds.linkis.bml.is.hdfs is true, the default prefix is retrieved from the wds.linkis.bml.hdfs.prefix property; otherwise, the default prefix is retrieved from the wds.linkis.bml.local.prefix property. ### Checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features added to this PR - [ ] I have added tests corresponding to this change - [ ] I have updated the documentation to reflect this change - [x] I have verified that this change is backward compatible (If not, please discuss on the [Linkis mailing list](https://linkis.apache.org/community/how-to-subscribe) first) - [ ] **If this is a code change**: I have written unit tests to fully verify the new behavior. -- 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: dev-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org