The widget has a ready-to-use backend to work with files on the Amazon Web Services.
To try the functionality, you can alter the backend/drive.js file:
const folder = "s3://mk-wfs-test/";
const fs = new wfs.S3(folder, null, {
accessKey: "",
secretKey: "",
verbose: true
});