django-storage-swift icon indicating copy to clipboard operation
django-storage-swift copied to clipboard

Feature : Add possibility to only upload changed files

Open RossinesP opened this issue 7 years ago • 1 comments

Hi, I am currently using your app to upload a large static folder. The upload takes ~ 15 minutes. The app always uploads all of the static files and I noticed that the underlying library Swift Client has an option to only upload changed files. Do you plan on adding such feature ? If not, would you have any advice for me to implement it ? Thanks

RossinesP avatar Nov 06 '17 16:11 RossinesP

I'm going to be working on this soon.

I started trying to fix this, but the underlying swift library is crap. I'm going to migrate to using the openstackSDK and submit a pull request that changes the underlying library entirely to one that is better written and better supported.

Watch this space. :)

unexceptable avatar Feb 23 '18 23:02 unexceptable