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

Make signUrl take long duration and TimeUnit parameter #243

Merged
merged 6 commits into from
Oct 13, 2015

Commits on Oct 13, 2015

  1. Make signUrl take long duration and TimeUnit parameter

    - Add TimeSource abstract class to wrap clock functionalities (waiting for Java8 Clock)
    - Add timeSource setter to StorageOptions builder and getter to StorageOptions
    - Update StorageImplTest and ITStorageTest
    - Update javadoc for Blob/Storage signUrl
    mziccard committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    d60d3f4 View commit details
    Browse the repository at this point in the history
  2. Update storage example

    mziccard committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    286065d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64121d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    194d239 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e57ae7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bbfb05 View commit details
    Browse the repository at this point in the history