Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sftp storage fixes #489

Closed
wants to merge 4 commits into from

Conversation

lakinwecker
Copy link

Fixes #213 and #487

The current version is completely busted. It will overwrite it's
self.file everytime content is written. In my tests it didn't write any
content, but my reading of the code suggests that it would have written
the last bytes.

This changeset immediately opens the remote file which allows writing
content one chunk after another.
@sww314
Copy link
Contributor

sww314 commented Jul 11, 2018

Test tests need to properly mocked, so they can run on Travis.

@jschneier
Copy link
Owner

I have opened the rebased version at #558 to play with the tests, sorry for the delay.

@jschneier jschneier closed this Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants