wlinna opened a new pull request, #5691: URL: https://github.com/apache/opendal/pull/5691
The status of this PR: With this PR applied, I am able to set metadata such as `content_encoding` and `content_type` in write operations with `Gcs`. I have tested it with the official Storage emulator provided by `firebase-tools`. What's missing: - I haven't tested this with the actual GCS yet - Unit tests for `RelatedPart` # Which issue does this PR close? Closes https://github.com/apache/opendal/issues/5624 TL;DR: Improves GCS API compliance # Rationale for this change The rationale for the change is discussed in the issue. # What changes are included in this PR? - Implement support for `multipart/related` (`RelatedPart`) - Use `RelatedPart` in `gcs_insert_object_request` instead of `FormDataPart` # Are there any user-facing changes? None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
