Chris Young

Results 2 issues of Chris Young

Because `Pdf` arguments are eventually passed in to the phantomjs script as command line arguments, if their combined length is too long the command can exceed the system's maximum command...

for instance https://minio-cpp.min.io/structminio_1_1s3_1_1GetObjectArgs.html says that `GetObjectArgs` should have a property `data_callback` but actually that property is called `datafunc` (https://github.com/minio/minio-cpp/blob/49e578d286cc0abdfbe92cdd5a643ad893b7a619/include/miniocpp/args.h#L207) it looks like it was renamed quite a while ago back...