I don't know much rust or python please don't put full trust in me.
When trying to use opendal in a python project I failed to find a way to set contentType when uploading a file to Object Storage service like GCS.
After investigated the core code it seems to me that,
- in
core the capability is provided via BlockingOperator.{write_with,writer_with} Operator.{write_with,writer_with}
- such capability is not available in python binding
I don't know much rust or python please don't put full trust in me.
When trying to use opendal in a python project I failed to find a way to set
contentTypewhen uploading a file to Object Storage service like GCS.After investigated the
corecode it seems to me that,corethe capability is provided viaBlockingOperator.{write_with,writer_with}Operator.{write_with,writer_with}