I’m following the example script to use http driver for S3. My write script is: [create] filename=/data.dat rw=readwrite bs=2m size=50g io_size=10m The PUT goes to /data.dat_0_2097152 signifying offset (0) and xfer_buflen of 2M. Except, AWS seems to create the file /data.dat_0_2097152. How do I make AWS understand this format? Shouldn’t we be using RANGE requests? Thanks much