Skip to content
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 query params type #998

Closed
wants to merge 1 commit into from
Closed

Fix query params type #998

wants to merge 1 commit into from

Conversation

dtaniwaki
Copy link
Contributor

I got the following error when I tried IamAwsProvider because there's a typo.

>>> from minio.credentials import IamAwsProvider
>>>
>>> cred = IamAwsProvider()
>>> cred.retrieve()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/src/minio/minio/credentials/providers.py", line 432, in retrieve
    self._credentials = provider.retrieve()
  File "/usr/local/src/minio/minio/credentials/providers.py", line 576, in retrieve
    query_params["Action"] = "AssumeRoleWithWebIdentity"
TypeError: 'set' object does not support item assignment

@balamurugana
Copy link
Member

Fixed by #1000

@dtaniwaki dtaniwaki deleted the patch-1 branch October 15, 2020 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants