Klaus Post
Klaus Post
Another factor to consider is decompression speed. In that department zstd is significantly better than any gzip/deflate based. But yeah, zstd is missing a "multithreaded" compression mode. Not sure when...
@Jacalz It is updated about a week ago. So current. file | algo | level | insize | outsize | millis | mb/s | | Reduction | MB/s -- |...
Lint fix at: https://github.com/minio/warp/pull/303
@vadmeste Reach out if you still need it, and I can adjust it as needed.
What is the point of the single object name? You can use `--objects=1` (which will create one per client) or `--list-existing`... which will just use whatever is there.
@harshavardhana Yes. But not sure why the custom name would be needed for that (and it will break in distributed). To me it seems like it should just be removed...
Maybe @aead can help a bit since it is sio? Could also be some concurrent access without looking at the code.
I think this could actually be related to the issues we are having with on multipart uploads.
@harshavardhana The one that forced us to turn off checksums on multipart replication or tiering - forget which.
I believe it must be added to `SupportedHeaders`: https://github.com/minio/minio-dotnet/blob/52abff5dcc179aab5effa4b01dc269336ffccd81/Minio/Helper/OperationsHelper.cs#L296 if not as a method on PutObjectArgs.