Rohan Weeden
Rohan Weeden
**Summary:** If you don't give security groups a name, terraform will generate one automatically based on the time e.g. `terraform-20210730180207019300000001`. When you have several of these in the same account...
Currently cumulus reusable modules use the `~>` version constraint for the aws provider version. This means that the code which uses that module must also be using the same major...
## Use case I'm currently trying to set up a dedicated log bucket where all logs go. Logs are prefixed by the bucket name that the logs came from, so...
When setting the `root_name` in the generation config, sub types of the root still get the original root name as their prefix. I would expect the prefixes of the sub...
Hi there! I was trying to get `MultiZarrToZarr` to work on a set of files that have been gzip compressed. Fsspec's `fsspec.open` function has a `compression` parameter that can be...
**Summary:** Add more linting to GitHub actions. Addresses [CUMULUS-4430: Add python linting in GitHub Actions for faster feedback on PR](https://bugs.earthdata.nasa.gov/browse/CUMULUS-4430) ## Changes * Added GitHub Actions for `eslint`, `markdownlint`, and...