Skip to content

0.1.4

Compare
Choose a tag to compare
@jowilf jowilf released this 30 Aug 21:58
· 72 commits to main since this release
56f91b4
  • Add upload_storage to the default information saved into the database. Before, upload_storage can be extracted
    from path attribute. Now you can access directly with file['upload_storage'] by
    @jowilf #11
  • Accept additional metadata from File object by @jowilf #11
  • Add section Upload File to the
    documentation