library · inferred from evidence
ocifs
A library used for interacting with OCI Object Storage, providing filesystem-like operations.
- ocifs: setting Content-Type when writing a file to OCI Object Storage
Writing a file to OCI Object Storage with ocifs gave no way to set the Content-Type on the new object: `with fs.open("oci://bucket@namespace/prefix/hello.txt", 'w', autocommit=True) as f: f.write(...)` stored the object without the right MI