octopress / deploy

Deployment for Octopress and Jekyll blogs.
MIT License
75 stars 23 forks source link

add support for incremental S3 uploads #46

Closed fehwalker closed 9 years ago

fehwalker commented 9 years ago

fix for issue #44

fehwalker commented 9 years ago

After looking a bit I found that the etag method on s3 objects returns the ms5 sum (plus quotes, which I stripped). Added an incremental flag to turn the feature on/off.

imathis commented 9 years ago

Thanks! Have you been able to verify that this works?

fehwalker commented 9 years ago

I'm using it with a test copy of my little blog I'm trying to get working in octopress 3, it only uploads changed files. It's muuuch faster to just pass metadata than push all files over my connection (DSL), especially some of the larger images I have in blog entries.

imathis commented 9 years ago

Thanks for the update. I'm going to give this a whirl and if it looks good I'll merge it. Thanks for your work on this!

imathis commented 9 years ago

Thanks! I merged it in and released 1.1.0.

magikid commented 9 years ago

Does merging this resolve issue #44? Can it be closed?

imathis commented 9 years ago

@magikid I believe so. Thanks for the heads up.