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

Multipart upload support #64

Merged
merged 21 commits into from
Nov 23, 2013
Merged

Multipart upload support #64

merged 21 commits into from
Nov 23, 2013

Commits on Mar 26, 2013

  1. Configuration menu
    Copy the full SHA
    f557487 View commit details
    Browse the repository at this point in the history
  2. Upload part and complete upload. Somehow, boto doesn't like output I …

    …send it, even though it's copy-pasted from its own logs.
    lucian1900 committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    5854219 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2013

  1. Merge branch 'master' of github.com:spulec/moto

    Conflicts:
    	moto/s3/models.py
    	moto/s3/responses.py
    kouk committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    f25caa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b45622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24ff30f View commit details
    Browse the repository at this point in the history
  4. implement list parts

    kouk committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    9746e72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04789a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3630b3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aead9bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4539012 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f47355 View commit details
    Browse the repository at this point in the history
  10. remove pdb

    kouk committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    e49006c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e65b5f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b1d59c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2013

  1. Configuration menu
    Copy the full SHA
    b64dbca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9862aa View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2013

  1. Merge pull request #1 from attili/master

    Corrected test and multipart size check
    kouk committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    92bebbb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'spulec/master'

    Conflicts:
    	moto/s3/responses.py
    kouk committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    3628e40 View commit details
    Browse the repository at this point in the history
  3. convert to bytes for python 2.6

    kouk committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    bdf5a9e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2013

  1. Configuration menu
    Copy the full SHA
    3846c46 View commit details
    Browse the repository at this point in the history
  2. break multipart test in two

    kouk committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    85e3210 View commit details
    Browse the repository at this point in the history