-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: send request XML object instead of Object.toString() to execute() #883
fix: send request XML object instead of Object.toString() to execute() #883
Conversation
de13db2
to
d7ececf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work with AWS S3
|
d49fffb
to
3f50850
Compare
This still doesn't work when you set |
Can you enable |
Minio server master doesn't work with region. |
193ed8a
to
49ff255
Compare
If the server region is set then it's like AWS region specific endpoints, so you can't use us-east-1 for that minio-go constructor needs to be initialized with the right region. |
Found actual behaviour and fixed |
49ff255
to
e0151c8
Compare
e0151c8
to
47265eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #881