We're trying to implementate a bucket system in our apps.
FS-Bucket is an alternative provided also by Clever Cloud, that is our PaaS/IaaS provider.
The issue might be in the documentation, that is not really good telling or extensive about the tool at all.
How can we interact with our bucket properly?

Using the
CC_FS_BUCKETmentioned in documentationUsing FTP (boring and slow, but it works).
Once you adquire the FS Bucket, it will provide you a HOST and other credentials.
The idea is to set the environment variable in the one app the we need to use the bucket.
something like this:
That will mount a folder to access directly from our app (** In the execution environmet **)
once this is done and deployed, we can try like this SIMPLE example:
note: This will not work locally unless you create a (git-ignored) folder to simulate the bucket.
Follow this good part only in the doc