chengshiwen edited a comment on issue #4858:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/4858#issuecomment-784746865


   In 1.3.x version, the configuration is like as follows:
   ```
   resource.storage.type=S3
   resource.upload.path=/dolphinscheduler
   fs.defaultFS=s3a://dolphinscheduler
   fs.s3a.endpoint=http://xxxxxx
   fs.s3a.access.key=xxxxxx
   fs.s3a.secret.key=xxxxxx
   ```
   As for your configuration, `defautFS` should be updated to 
`s3a://dolphinscheduler`, and make sure the directory `/dolphinscheduler` in s3 
has been created


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to