Skip to content

v1.0.0: Osaka version 1.0.0

Compare
Choose a tag to compare
@pymonger pymonger released this 27 May 18:58
· 23 commits to develop since this release
dd3f0d4

Bug fixes and enhancements:

  • wrapped the call to obj.load() in a backoff decorator to handle cases where an uploaded file to S3 doesn't have it's metadata available immediately after
  • added unit tests for the s3 storage backend to test the updated functionality
    • mock S3 API using moto
  • detect non-existent lock file using backend-specific methods
    • TODO: implement specific checks for azure, ftp, google and sftp backends
  • reduce number of calls to isLocked() to reduce the number of total backend-specific API calls (e.g. S3 API calls) and number of log messages
  • black format everything
  • fix flake8 issues
  • bump version