Open BrucePerens opened 2 years ago
And how did I get there? It's this bug: https://github.com/crystal-lang/crystal/issues/11354 The response body starts with the gzip magic number. But in any case awscr-s3 should be robust against poorly-formatted responses.
https://github.com/taylorfinnell/awscr-s3/blob/36c0f3bd03bbf3bc577da4b9eae3fccc0d61e3c3/src/awscr-s3/xml.cr#L48 aborts in not_nil! if the response is not well-formed XML.