Is it possible to upload gzipped sourcemaps artifacts?

Hi guys, is it possible to upload a gzipped sourcemap file in a way that it gets unzipped or read correctly inside sentry?

My idea is that it might be possible to set some HEADER while uploading wich would make sentry read the sourcemap correctly.

I’m using ember deploy tooling to make the upload so either I remove gzip or need to edit the tools I use to have an unzipped file to upload.