Charlie Briggs
Charlie Briggs
We suffered this when using an invalid request URL (literal `url`). This issue describes the details https://github.com/shoreditch-ops/artillery/issues/512. This would explain why prefixing the path worked for @cwthompson, as any URL...
We were trying to get around this by monkeypatching the file object to remove the `__del__` method from both the gzip and smart open s3 file objects in our user...
Not right now, sorry.
This is how I currently implemented this: Add the dependencies to `project.clj` or equivalent project file: ```clojure [iapetos "0.1.8"] ;; bump the versions of the io.prometheus libs [io.prometheus/simpleclient "0.9.0"] [io.prometheus/simpleclient_common...
This'd be very nice to stop us from having to pull in `clj-time` in all our libraries. We'd prefer to not immediately have to switch to the java SDK or...
We're also running into this issue with SQS and newer versions of localstack (>0.12.x) with proper multi-region support. I also tried following the aws-sdk-java code through, but wasn't confident exactly...
Hey, anything blocking this from being merged? We'd love to see these changes in master.
It looks like this module would now be supported in its current form by Terraform >=4.9.x https://github.com/hashicorp/terraform-provider-aws/issues/23106#issuecomment-1087794241 with breaking changes not necessary until 5.x.x.
So this is definitely supported by 4.9, however removing attributes from the bucket won't be detected (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-4-upgrade#changes-to-s3-bucket-drift-detection): > Thus, if one of these parameters was once configured and then is...
Hi @abinoda. We have a lot of repos, with repos being created or changing hands relatively frequency. This doesn't really work for us.