engines/http: Add support for WebDAV and S3
authorLars Marowsky-Bree <lmb@suse.com>
Fri, 10 Aug 2018 08:19:32 +0000 (10:19 +0200)
committerLars Marowsky-Bree <lmb@suse.com>
Tue, 14 Aug 2018 16:03:46 +0000 (18:03 +0200)
commitc2f6a13ddc6468a5de50b5c88ef10ae59c16df56
tree779bbcdd7ccddbfd373745e5924a7035ab4b1e18
parentfee14ab846ef542d9bb9ebf68f11f0ecb8636f5e
engines/http: Add support for WebDAV and S3

The http engine allows fio to read/write objects to WebDAV and S3
storage systems via libcurl.

Writes are mapped to PUT, reads to GET, and TRIM to DELETE of individual
objects within the bucket/path.
HOWTO
Makefile
configure
engines/http.c [new file with mode: 0644]
examples/http-s3.fio [new file with mode: 0644]
examples/http-webdav.fio [new file with mode: 0644]
fio.1
optgroup.h
options.c