More benchmarking optimized S3 presigned_url generation

1 · Jonathan Rochkind · Sept. 3, 2020, 7:48 p.m.
In a recent post, I explored profiling and optimizing S3 presigned_url generation in ruby to be much faster. In that post, I got down to using a Aws::Sigv4::Signer instance from the AWS SDK, but wondered if there was a bunch more optimization to be done within that black box. Julik posted a comment on that … Continue reading More benchmarking optimized S3 presigned_url generation →...