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

fix: add nio entry to user-agent #774

Merged
merged 9 commits into from Dec 21, 2021
Merged

fix: add nio entry to user-agent #774

merged 9 commits into from Dec 21, 2021

Commits on Dec 13, 2021

  1. Copy the full SHA
    62a531a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f56a1fc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a4430bc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Copy the full SHA
    1a72b7c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. chore: refactor and cleanup

    Move version information and configuration of header into StorageOptionsUtil
    
    Introduce StorageOptionsUtil which provides utilities and default instance access for StorageOptions which include our new user-agent entry.
    
    To all tests which called com.google.cloud.storage.contrib.nio.CloudStorageFileSystemProvider.setStorageOptions in their @before, there is now a corresponding @after which sets the storageOptions back to defaults
    BenWhitehead committed Dec 21, 2021
    Copy the full SHA
    ca697ff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1b9d9ea View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dadd92f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    613a09a View commit details
    Browse the repository at this point in the history
  5. chore: header

    BenWhitehead committed Dec 21, 2021
    Copy the full SHA
    0d39b25 View commit details
    Browse the repository at this point in the history