Currently working on a project I'm uploading a series of JSON files to Amazon S3 to be received by mobile clients.
In order to reduce costs of individual file transfers, I'm wondering if it's possible to unzip a file once it's on the S3 server as opposed to unzip a file once it's on the EC2 server than transfer it across.
Any help would be appreciated.