Vladimir Buyanov

Results 17 comments of Vladimir Buyanov

Hello. The method for uploading large files is quite different from the usual one, so I did not implement it. You can use aws cli or s3cmd to upload large...

Hello. It's look like network/server issue. The network connection was dropped before read was completed. You can: 1. Check S3 servers logs. Maybe server crashing and restarting or another server...

Some details here https://github.com/hashicorp/nomad/issues/7787#issuecomment-1966995078

Hello. You can filter files by modification time. This filter already exist in the tool.

Hello. [MakeRoomFor](https://github.com/hashicorp/nomad/blob/main/client/gc.go#L237) func is called synchronous during creation new allocation. When new allocations creating fastest, than GC is removing it's new jobs are stuck at synchronous GC. `shutdown_delay` if greater...

Hello. You published your AWS keys. Don't forget to change it. As i see bucket `equity-usa-earningsevents` have only 20 objects and all of them filtered by `--filter-dirs`.

Hello. You are right, it's a bug. I will fix it soon.

Hello. Added option `--server-gzip` as workaround for this. It's look like different providers/servers implement different GZIP logic. AWS S3 send compressed only files uploaded with `Content-Encoding: gzip`. But probably your...