mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
legacy
I tried to use MinIO with the AWS SDK for .NET and got the same error descripted on this post: https://stackoverflow.com/questions/68678953/error-when-configuring-minio-in-c-sharp-the-authorization-header-is-malformed/69199735 So I found that the solution was to change the `RegionEndpoint` setting to `AuthenticationRegion`, as the region is used on the authentication process. Also the AWS SDK sets the `RegionEndpoint` as null when `ServiceURL` is set.
MinIO cookbook contribution guide 
This branch contains the source for the Cookbook section of docs.min.io
This content is largely unmaintained and is marked for deprecation.
Some content may be migrated to the next generation documentation at http://docs.min.io/minio/baremetal, http://docs.min.io/minio/k8s, or http://docs.min.io/minio/vsphere
If you open a pull request against this branch, please be aware that it may go unmerged, as we do not have resources to test and validate the contents.
This work is licensed under a Creative Commons Attribution 4.0 International License.
Languages
SCSS
32.2%
Python
19.2%
HTML
18.7%
JavaScript
17.8%
Makefile
4.8%
Other
7.3%