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

Add support for selected fields to blob get and list #312

Merged
merged 7 commits into from
Nov 5, 2015

Commits on Nov 4, 2015

  1. Add support for selected fields to blob get and list

    - Add AclField and BlobField classes to Storage
    - Add BlobGetOption class to Storage that supports the .fields option
    - Use BlobGetOption in Storage.get instead of BlobSourceOption
    - Add .fields option to BlobListOption
    - Updated Blob.exists to use selected fields
    - Use BlobGetOption in BatchRequest.toGet instead of BlobSourceOption
    - Add unit and integration tests for selected fields
    mziccard committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    deecc14 View commit details
    Browse the repository at this point in the history
  2. Add support for selected fields to bucket get and list

    - Remove AclField and make BlobField an enum type
    - Add BucketField enum to Storage
    - Add BucketGetOption class and use if for storage.get(bucket)
    - Add BucketSourceOption class to Bucket
    - Updated and add tests
    mziccard committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    bea0157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f11c05a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba4bfa6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46b60df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    603d50c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af7a08b View commit details
    Browse the repository at this point in the history