Kamil

Results 6 comments of Kamil

Why the maximum value of the split-size is 2^22 which means 4TB, whilst the maximum chunk accepted by glacier is 4GB (2^12)?

What if I have 8TB of data to upload and total available space on local hard drive for cache/split 250GB? Will the script cleanup after each upload completed?

It will be also great if script could write to the log file. It can be txt not json necessarily.

Thanks. I am testing it now.

It is running currently (500GB out of 8TB so far). It is slow because source data is mounted using s3fs onto ec2 instance, and then files are being chunked to...

Same issue here. Terraform 1.3.4, but had this issue also on 1.1.x. count: ``` data "kubectl_path_documents" "cluster_autoscaler" { # pattern = file("${path.module}/templates/cluster-autoscaler.yaml") pattern = "${path.module}/templates/cluster-autoscaler.yaml" vars = { CLUSTER_AUTOSCALER_ROLE_ARN =...