Fraser Thompson
Fraser Thompson
Currently files over 5mb will always be re-uploaded because that's the default threshold for switching to Multipart, and for Multipart uploads the ETag isn't the MD5 (see https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html) Since most...
Files bigger than some amount of megabytes are uploaded via multipart upload by default for network resiliency, and for files uploaded via multipart upload the etag is not the md5...
I noticed a bug where in certain situations it'd break with an error. It seems to happen when searching for a string which has one result, adding another character so...
**Description** To workaround the lack of sidecar support in docker compose files, I had the idea of simply adding in a definition for a new container to the ContainerDefinitions array...
The deploy commands seem to do a good job of telling us what's happening, but the delete commands just stick with the high-level "Deleting environment x from application y". This...
**Changes:** Fixes #459 and fixes #59 - Instead of using the MD5 hash of the local file and comparing it to the etag from S3 to determine if a file...
My site is very large and contains some big files (like over 100mb). Because gatsby-plugin-s3 uses an MD5 hash of each file to determine if it's changed, this can mean...
On my Windows 10 64-bit it fails with: ``` Conversion error: Jekyll::Converters::Babel encountered an error while converting 'assets/js/components/PlayButton.es6': (execjs):1: ExecJS::RuntimeError from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/execjs-2.7.0/lib/execjs/external_runtime.rb:184:in `exec_runtime' from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/execjs-2.7.0/lib/execjs/external_runtime.rb:39:in `exec' from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/execjs-2.7.0/lib/execjs/external_runtime.rb:14:in `initialize' from...
## Description This adds a new environment flag `GATSBY_FAST_HASHING`. If set, instead of cryptographically hashing files to check if they've changed, it will use a content digest comprised of the...
### Describe your idea/feature/enhancement I'm not sure if this is a bug, hence why it's a feature request. Basically we have four existing Copilot managed applications in our account with...