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

storage: bug fixes #461

Merged
merged 1 commit into from
Jan 30, 2018
Merged

Conversation

adamstruck
Copy link
Contributor

@adamstruck adamstruck commented Jan 26, 2018

  • fixed url parsing panic; closes storage/swift: panic #459
  • fixed directory download bug that prevented recursive downloads of subdirectories
  • better error reporting for SupportsGet/SupportsPut calls

@adamstruck adamstruck force-pushed the storage-panic branch 2 times, most recently from 70d38eb to 53a503a Compare January 29, 2018 18:14
storage/local.go Outdated
@@ -14,6 +14,7 @@ import (

// LocalBackend provides access to a local-disk storage system.
type LocalBackend struct {
Name string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these accidentally left over? Same for HTTP

@buchanae
Copy link
Contributor

Just the one question, otherwise looks good

@adamstruck adamstruck force-pushed the storage-panic branch 2 times, most recently from b091c12 to 99b4a28 Compare January 29, 2018 19:10
… download bug; better error reporting for SupportsGet/SupportsPut calls
@buchanae buchanae merged commit 93a2a64 into ohsu-comp-bio:master Jan 30, 2018
@adamstruck adamstruck deleted the storage-panic branch February 2, 2018 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage/swift: panic
2 participants