Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6
Description
Creating S3 tables to huawei buckets cause 500 error
Huawei vendor suggests:
Changing the content type to "multipart/form-data." |
|
|
|
Removing the content type parameter ("application/x-www-form-urlencoded") entirely, meaning not specifying any content type in the request. |
It seems it is needed to set the mime type using libcurl's mime API.
Attachments
Issue Links
- causes
-
MDEV-34937 s3 engine no longer functional on non-gcc builds
-
- Closed
-
Two pull requests for this:
https://github.com/mariadb-corporation/libmarias3/pull/118
and
https://github.com/MariaDB/server/pull/3499
The server one will require the first one to be merged first, then updated to have a submodule update.
In case I forget later, docs update information is in the second PR.