Matt Muller

Results 123 comments of Matt Muller

I like the idea of code generated presigners. It provides a good customer experience similar to waiters, paginators, resource models, etc. I do think however that presigning is a function...

Thanks for opening an issue. I agree that the tagging for pre-signed URL is not working correctly. Were you able to get this case to succeed? I made some local...

A url with `x-amz-server-side-encryption` hoisted but not signed seems to work as expected, the object is encrypted, and when not present, it is not. So I don't think the requirement...

I'll follow up with S3 on this. A work around is that you can provide the header to your Net::HTTP request and it succeeds. Instead of `presigned_url`, you can use...

Yes. That's why we have both `presigned_url` and `presigned_request`. In theory the URL with hoisted query params should be working! It works with SSE. Calling `presigned_request` will not hoist but...

We've created an internal tracking ticket with S3 regarding this. In the mean time, I would rely on sending the header directly instead of hoisting it. The `presigned_request` method should...

Please add configuration for this!

Thanks for reaching out about this. QueuePoller is not code generated, so you are free to change the file. As far as the feature request goes, on the surface, having...

+1 Is this abandoned? We could very much use this for AWS SDK for Ruby, as services are pushing for more ipv6 support. I would like to see happy eyeballs...

Thanks for your response. We have a large customer that does not have the ability to install native extension gems because those developer tools are not available on their instances....