You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The documentation for the generate_presigned_url method lists ClientMethod (string) as a parameters, but doesn't explain which strings are acceptable.
Describe the solution you'd like
The documentation should list all possible ClientMethod values ('get_object', for example).
The text was updated successfully, but these errors were encountered:
Thanks for reaching out! The generate_presigned_url documentation could definitely use some improvement— we're actually tracking a separate issue internally regarding the auto-generation of the method and documentation for services that don't support presigned urls.
For us, updating the boto3 reference for generate_presigned_url is a bit more complicated than other reference guide updates just due to how our docs are built and sourced, but this is definitely a reasonable request and likely something we'll do once we correct the issue I mentioned above.
Greetings! It looks like this issue hasn’t been active in longer than one year. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one.
Is your feature request related to a problem? Please describe.
The documentation for the
generate_presigned_url
method listsClientMethod (string)
as a parameters, but doesn't explain which strings are acceptable.Describe the solution you'd like
The documentation should list all possible
ClientMethod
values ('get_object'
, for example).The text was updated successfully, but these errors were encountered: