Noah Potash
Noah Potash
**FluentFTP Version:** 32.4.3 https://github.com/robinrodricks/FluentFTP/blob/483048c96390c61315dc397ae55707f978e20998/FluentFTP/Client/FtpClient_AutoConnection.cs#L279 `AutoConnectAsync` starts by calling the `AutoDetect` function, which utilizes the synchronous `Connect` function. There is currently no `AutoDetectAsync`, but there is a `ConnectAsync`.
I'm trying to get my AWS billing report loaded in, and am running into errors like this: `validation failure list: \ nspec.partitions.partitionSpec in body must be of type array: "object"...
I'm trying to light up the AWS billing functionality, but running into errors like the following: ``` time="2019-10-17T19:02:58Z" level=error msg="error queuing Report dependents of ReportDataSource pod-memory-request-raw" app=metering component=reportDataSourceWorker error="unable to...
Amazon recently released support for assigning IAM roles to Service Accounts (https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/). In order to take advantage of this, the AWS SDK needs to be upgraded (The Go SDK needs...
Per https://aws.amazon.com/elasticloadbalancing/faqs/ >Since cross-zone load balancing is always on with Application Load Balancer, you are not charged for this type of regional data transfer. I have my VPC subnets configured...
When connectivity is lost between the app and the desktop app, such as when disconnecting and reconnecting from the wireless network or rebooting the desktop, I have to go Menu>Settings>Manage...
I have several hundred queues in a VHost on AWS Managed RMQ version 3.8.6. When calling `GetQueuesAsync`, the library makes a call to `/api/queues/myvhost`, which fails intermittently with a 504....
### Tell us about your request I would like to be able to enable drift detection and the consequent node labeling, but *disable* deprovisioning based on the label. ### Tell...