-
Notifications
You must be signed in to change notification settings - Fork 13
Updating to latest API changes. Added in delimiter support for get_bucket. Minor bug fixes. #24
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
Conversation
…s to the Put and Get object commands so that the addition of the offset does not break any existing code.
…listObjectsForDirectory to translate '\' to '/'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you mentioned this yesterday: NotImplementedException is better here, but apparently that's not actually in the standard library :(. UnsupportedOperationException means "I don't intent to support this", where NotImplementedException means "I don't support this YET".
Maybe as a compromise you could add //TODO: implement this?
In ReSharper NotImplementedException shows up in the task list just like TODO comments.
…an be validated by client code. Added an implementation that does that called VerifyingFileObjectGetter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make this a "getHeaders()" method instead?
…o made a Md5Hash to abstract out how the hash is actually is represented.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just cross-referenced this with the server code and I think this will break regular S3 GETs. If there's no job id we shouldn't send the offset.
Updating to latest API changes. Added in delimiter support for get_bucket. Minor bug fixes.
Updating a package name that is incorrectly named
No description provided.