Fraser Thompson

Results 9 comments of Fraser Thompson

I forgot to update this, but disabling multipart upload works as a workaround. The `S3.ManagedUpload` accepts a `partSize` parameter which dictates the smallest part size for multipart upload (as documented...

Just in case this helps prioritize this... Multiple access points is essential for running CMSs like Drupal (probably others) which save user files in multiple locations. For example: Public filesystem...

Hi @efekarakus ! This would work to persist files, yes, but as far as I can tell it would go against best practices. The other contents of /opt/drupal come from...

I'm experiencing this too. I'm letting docker compose make the volumes rather than using external ones, and I'm not overriding any of the automatically create resources. It seems to fail...

@Eternal21 Yes, my conclusion after discovering this and other breaking bugs was the Compose ECS context isn't ready yet. My solution was to switch to using AWS Copilot, which has...

I too would greatly appreciate sidecar support. My use case is getting secrets from an external provider (Hashicorp Vault in this case) and passing them to my application. Outside of...

@andrekrosby92 I tried this but concluded it wasn't really practical because you can't use an overlay to append to the ContainerDefinitions array of an existing Task, so you'd have to...

I have this issue too after updating from Gatsby 4.14.1 to Gatsby 5 (and to react-plugin-mdx). My site is pretty big, with around 1,000 pages and 17,000 images. None of...

Are you also using fastclick.js by any chance? For me this was caused by a known issue with fastclick on iOS which is logged here: https://github.com/ftlabs/fastclick/pull/347 This fix https://github.com/ftlabs/fastclick/pull/347#issuecomment-187906439 in...