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

DynamoDB. Document what Ruby class is used to represent binary type #3153

Closed
andrykonchin opened this issue Dec 7, 2024 · 1 comment · Fixed by #3154
Closed

DynamoDB. Document what Ruby class is used to represent binary type #3153

andrykonchin opened this issue Dec 7, 2024 · 1 comment · Fixed by #3154
Labels
documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged.

Comments

@andrykonchin
Copy link

Describe the issue

The documentation of the DynamoDB Ruby client is missing description of how to build request to have an attribute value to be stored as binary and how a binary attribute value is represented in a response.

It seems in a request a value should be either instance of IO or instance of StringIO. In response a value is always StringIO.

A related discussion - #3146

Links

I suppose a proper page is https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DynamoDB/Client.html

@andrykonchin andrykonchin added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Dec 7, 2024
Copy link

github-actions bot commented Dec 9, 2024

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant