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

objstore.s3: add trace functionality #937

Merged
merged 4 commits into from
Mar 22, 2019

Commits on Mar 17, 2019

  1. add trace functionality to S3 client

    `minio.Client` has a `TraceOn` method which will be
    called when one set the `traceon: true` in the bucket config.
    
    This was a feature request here
    thanos-io#530
    szalai1 committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    4cb449a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. typo

    szalai1 committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    86c0757 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. make docs

    szalai1 committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    12b71fe View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. change s3 trace configuration

    szalai1 committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    46e68c1 View commit details
    Browse the repository at this point in the history