aws
aws copied to clipboard
Unofficial AWS SDK for Crystal
Fixes #3 and #4
Hi, @sdogruyol ! As always, thank you for the development of a nice library. This SQS library is working fine in 0.35.1, but the S3 tests are failing due to...
It seems only `new` and `send_message` are available, is there a way to easily add `get` or `read` messages?
``` crystal build src/main.cr Showing last frame. Use --error-trace for full trace. In lib/aws/src/aws/s3/paginators/list_object_v2.cr:33:40 33 | @params.map { |k, v| "#{k}=#{URI.escape(v.to_s)}" }.join("&") ^----- Error: undefined method 'escape' for URI.class ```...