RobinTMiller / dt

dt is a data test tool for testing disks, tapes, file systems, serial/parallel, and other devices.
Other
38 stars 15 forks source link

Do we plan to S3 (object store) ops with dt? #11

Open gurup3184 opened 7 months ago

gurup3184 commented 7 months ago

Currently dt works well for NAS/SAN filesystem. Do we plan to support object storage, i.e. S3 as well?

jhollowe commented 2 months ago

One option would be to use https://github.com/s3fs-fuse/s3fs-fuse to mount a bucket to a path and then use can use DT like normal on that mount of the bucket.

You can also check out Scripts/s3t.sh which creates test files locally, uploads them, downloads them, and then verifies the contents.