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
The library was not wiring the content type through on file writes. Fixed in ocifs 1.3.1: the open() call now both guesses the content type from the file extension when you do not pass one, and honors an explicit content_type= parameter. Up