Pull request batch2: Batch of my different pull requests#430
Merged
Conversation
Prices were out of date, copied from http://aws.amazon.com/s3/pricing/
- DELETE Multiple - PUT ACL
… error due to dependency on unicodise which was not successfully imported
…EX_GENERAL being defined when not imported
Some servers (like fakes3), doesn't add quotes in ETags aroung md5 value. Ex.: AWS: <LastModified>2014-06-05T09:45:25.000Z</LastModified><ETag>"fc0f71ccc63dda0efc30239b48bdeccd"</ETag><Size>132947133</Size> FAKES3: <LastModified>2014-06-05T09:58:35.982060ZZ</LastModified><ETag>fc0f71ccc63dda0efc30239b48bdeccd</ETag><Size>132947133</Size> (Nota: " <=> " ) Bug in the previous code was always striping and first and last characters whatever they were. Such, in a fakes3 case, dest md5 was truncated and so would never match. In the same time, this patch normalize the behavior to always strip " and ' chars in all the code dealing with etags.
…e a clearer status of the reason of the failure. Some existing exit codes were modified when they were not already in use.
…ave a %(bucket)s item in it.
mdomsch
added a commit
that referenced
this pull request
Dec 3, 2014
Pull request batch2: Batch of my different pull requests
This was referenced Dec 3, 2014
Contributor
|
Both of these batches are merged now, thank you! On Mon, Dec 1, 2014 at 9:21 AM, Florent Viard notifications@github.com
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following pull requests are grouped in this PR:
#342
#357
#416
This PR is based on "Pull Request batch1" so also include:
#369
#348
#355 ( Bugfix import error)
#385