Quotaless (quotaless.cloud) is a cloud storage provider compatible with S3.
It works with the existing S3 backend, but it also has additional features that are not available in it: creation of empty folders (it isn't directory markers), and getting information about space used (support for "about").
I've created a patch that adds these features, and it's working as expected.
My question is: will those commits be accepted in the S3 backend?
Or should I create a new backend?
The latter option seems pointless, as it would be mainly duplicate code.