vast difference in download speeds between static large object and dynamic large object
I am getting a vast difference in terms of downloading speed depending on whether the object was uploaded as a static large object or as a dynamic large object. For a 300 MB file (uploaded in chunks of 1MB), I get downloading speeds of ~22MB when I upload the file as a slo whereas the downloading speed is ~1 MB when I upload the file as a dlo. Is this much difference supposed to happen/Normal?
Below are the commands used for uploading
swift upload object300 object300 -slo --segment-size 1048576
swift upload object300 object300 --segment-size 1048576