-
-
Notifications
You must be signed in to change notification settings - Fork 909
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
Pull request batch2: Batch of my different pull requests #430
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.
Pull request batch2: Batch of my different pull requests
Both of these batches are merged now, thank you! On Mon, Dec 1, 2014 at 9:21 AM, Florent Viard notifications@github.com
|
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