tool · inferred from evidence
OCI console
The web-based console for managing Oracle Cloud Infrastructure resources.
- 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