rickchengx opened a new pull request, #13562: URL: https://github.com/apache/dolphinscheduler/pull/13562
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request * close: #13428 <!--(For example: This pull request adds checkstyle plugin).--> ## Brief change log * Add support for writing task logs to Google Cloud Storage <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> ## Verify this pull request UT and manually tested 1. configure in the `common.properties` ``` resource.storage.type=GCS # the location of the google cloud credential, required if you set resource.storage.type=GCS resource.google.cloud.storage.credential=/path/to/credential # gcs bucket name, required if you set resource.storage.type=GCS resource.google.cloud.storage.bucket.name=<your-bucket> ``` 2. Upload files and directory in the resource center <img width="1420" alt="截屏2023-02-08 15 11 10" src="https://user-images.githubusercontent.com/38122586/218655044-92f727fb-44c6-4ff6-b0c8-37a3e5a48931.png"> 3. Check files in the GCS <img width="1234" alt="截屏2023-02-08 15 10 54" src="https://user-images.githubusercontent.com/38122586/218655572-9fd38636-afab-492e-8378-9a8df0ed1a31.png"> -- 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]
