[S3 backend] Support for empty folders & storage space usage

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.

hi,

what did you patch, the rclone s3 source code at github?

i could not find the api documention.
can you post the weblink for their api?

I've patched a local copy of the Rclone source code.

Quotaless runs on top of Pydio Cells:
https://pydio.com/en/docs/developer-guide/post-atreecreate

i do not know for sure.
hopefully, can add quotaless as a new provider.

fwiw, might open a new issue at github. then post the link into this topic.

Possibly if they don't make the s3 backend code untidy! Send a pull request and I'll take a look.

Done!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.