You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
depot.io.boto3.S3Storage now provides support for accessing S3 with boto3.
The previously existing depot.io.awss3.S3Storage can still be used to store
files on S3 using boto.
SQLAlchemy integration now handles deletion of files on rollback when session
is not flushed. Previously flushing the session was required before a rollback too.
It is now possible to run tests through tox and build docs through tox -e docs