UsageΒΆ
To use EatFirst fs + flask wrapper in a project:
import efs
# There is no need to initialise it because it will always use the current app.
fs = efs.get_filesystem()
fs.upload('a/file.txt', open('/tmp/file.txt', 'rb'))
To use EatFirst fs + flask wrapper in a project:
import efs
# There is no need to initialise it because it will always use the current app.
fs = efs.get_filesystem()
fs.upload('a/file.txt', open('/tmp/file.txt', 'rb'))