aws icon indicating copy to clipboard operation
aws copied to clipboard

Unofficial AWS SDK for Crystal

Results 4 aws issues
Sort by recently updated
recently updated
newest added

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 ```...