jowilf / sqlalchemy-file

SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
https://jowilf.github.io/sqlalchemy-file/
MIT License
95 stars 12 forks source link

fix-147 - Fix getting file for storage name with complex path #149

Closed LucianDeveloper closed 2 months ago

NickNaskida commented 6 months ago

@LucianDeveloper Hey, any updates regarding this? Can we get this thing merged?

NickNaskida commented 5 months ago

@jowilf Can we somehow get this merged? If not how can I help to merge this in? Should I create a new pull request with this feature and test case?

jowilf commented 5 months ago

@NickNaskida, we need a simple test case. I haven't had the time to work on it myself yet. The quickest way to merge it is to create another PR with a test case, as you can't commit to this branch directly.

NickNaskida commented 5 months ago

Just did that, please take a look once you have time. Thanks!

jowilf commented 2 months ago

this is now implemented in #154