service · inferred from evidence
OCI Object Storage
Oracle Cloud Infrastructure's object storage service for storing and retrieving data.
- 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