chitralverma commented on issue #6748:
URL: https://github.com/apache/opendal/issues/6748#issuecomment-3727365818
> ```
> opendal-pyo3 = { path = "../../opendal-pyo3", features = ["services-s3"] }
> ```
>
> I think depending on feature `services-s3` can be a pain for us. I think
we will evenrylu become:
>
> ```
> opendal-core = { path = "../../core" }
> opendal-services-s3 = { path = "../../services/s3"}
> ```
correct, i have made the changes to the repo. but the layers are still not
working and it is something on the python side
```py
TypeError: argument 'layer': 'RetryLayer' object cannot be converted to
'Layer'
```
--
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]