tisonkun commented on PR #6608:
URL: https://github.com/apache/opendal/pull/6608#issuecomment-3355244176
@Xuanwo I can see that users still need to pass `options` to populate
concrete opts, like for S3, I currently configure:
```
type = "s3"
bucket = "test-bucket"
region = "us-east-1"
root = "/"
endpoint = "..."
access_key_id = "..."
secret_access_key = "..."
virtual_host_style = false
```
Seems the current registry supports only:
```
let op = Operator::from_uri("s3://test-bucket/", [])?;
```
Then what about other fields?
Especially, how the `endpoint` should be configured.
--
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]