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

Azure Blob Storage Client Library for Go #3

Merged
merged 48 commits into from
Nov 26, 2014

Commits on Nov 26, 2014

  1. initial client model

    Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    6c8f330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dc6b83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f39be88 View commit details
    Browse the repository at this point in the history
  4. unit tests for some helpers

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    b4b95be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7ee921 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4703f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1a9e70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6e4dcf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e4bee7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7ed9f7 View commit details
    Browse the repository at this point in the history
  11. put blob (small) validation

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    0a877da View commit details
    Browse the repository at this point in the history
  12. get rid of ContainerList type

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    c9cf987 View commit details
    Browse the repository at this point in the history
  13. ListBlobs with tests

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    9381c75 View commit details
    Browse the repository at this point in the history
  14. test cleanup

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    32b4cdc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    97e9ac1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    523e538 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2ceb06e View commit details
    Browse the repository at this point in the history
  18. put multi-block blob

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    102fe60 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cc01e39 View commit details
    Browse the repository at this point in the history
  20. errors cosmetics fix

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    6dc2433 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0def2c4 View commit details
    Browse the repository at this point in the history
  22. fix return type of DeleteBlob

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    f7abd99 View commit details
    Browse the repository at this point in the history
  23. add DeleteBlobIfExists

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    1040339 View commit details
    Browse the repository at this point in the history
  24. add DeleteContainerIfExists

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    574051a View commit details
    Browse the repository at this point in the history
  25. add CreateContainerIfNotExists

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    63fad88 View commit details
    Browse the repository at this point in the history
  26. return io.ReadCloser from exec

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    7aac886 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b2d81da View commit details
    Browse the repository at this point in the history
  28. get blob properties

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    0833a6e View commit details
    Browse the repository at this point in the history
  29. cosmetics cleanup

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    34159aa View commit details
    Browse the repository at this point in the history
  30. copy blob

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    4f76552 View commit details
    Browse the repository at this point in the history
  31. status code error fixes

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    8439bef View commit details
    Browse the repository at this point in the history
  32. add GetBlobSASURI

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    a17a775 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    964910b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6b5f9ef View commit details
    Browse the repository at this point in the history
  35. rearrange definitions

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    cfc2ddd View commit details
    Browse the repository at this point in the history
  36. comment fix

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    f1597ec View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3bf1915 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    23c9921 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    fa6c872 View commit details
    Browse the repository at this point in the history
  40. fix error message

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    2845a47 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5f7059a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    cee0d7e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9285751 View commit details
    Browse the repository at this point in the history
  44. make ContentLength type uint64

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    a52b368 View commit details
    Browse the repository at this point in the history
  45. export BlockStatus strings

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    a5aaf7f View commit details
    Browse the repository at this point in the history
  46. fix compilation bug

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    2236a3d View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    aee6a4a View commit details
    Browse the repository at this point in the history
  48. fix max block size

    ahmetb committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    ffcabd1 View commit details
    Browse the repository at this point in the history