ryanbutterfield
ryanbutterfield
`shutil.rmtree(self.config_root)` in vh-nginx/nginx.py removes the entire contents of /etc/nginx /etc/nginx contains files placed by ubuntu packages such as nginx-common (http://packages.ubuntu.com/trusty/all/nginx-common/filelist) Other ubuntu packages then rely on these files existing and...
Maybe you could suggest (or provide a helper function) that conflicting functions could override the underscore equivalents via wrappers that detect whether the argument passed is a String or other...
For S3, I found I couldn't use `CreateBucket` wihout also providing a `CreateBucketConfiguration` with a `LocationConstraint` if the region wasn't the default region of us-east-1. eg. ```rust let action =...
As an OVHcloud customer using IPLB in the Sydney region I want IPLB to support adding an Additional IP (Failover IP) so that the same load balancer can be used...