'list_parts' and a test for s3 multipart uploads #119
Merged
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.
Hi Travis - as promised here's a test for the multipart S3 uploads stuff. Includes a couple fixes I found along the way and I also added the 'list_parts' method docs here
For the test you need to add the location of 2 files (which must be > 5mb for multipart to work) to your aws.yml file... like:
The test exercises initiating, uploading both parts, listing parts and then completing the upload... so may take some time depending on your bandwidth and the size of the parts you specify (must be >5mb - dictated by S3 API).
thanks! marios