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

feat(pkg/objstore/s3): support for prefixes #1392

Closed
wants to merge 6 commits into from
Closed

feat(pkg/objstore/s3): support for prefixes #1392

wants to merge 6 commits into from

Commits on Aug 9, 2019

  1. feat: support for s3 prefixes

    fix(docs/storage): run make docs
    chore: move up prefix parsing into parseConfig()
    
    Signed-off-by: Jared Allard <jaredallard@outlook.com>
    jaredallard committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    d8fba75 View commit details
    Browse the repository at this point in the history
  2. fix(pkg/objstore/s3): filter out prefix on ListObjects()

    Signed-off-by: Jared Allard <jaredallard@outlook.com>
    jaredallard committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    bf039de View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Update pkg/objstore/s3/s3.go

    Co-Authored-By: Povilas Versockas <p.versockas@gmail.com>
    Signed-off-by: Jared Allard <jaredallard@outlook.com>
    jaredallard and povilasv committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    00a88d8 View commit details
    Browse the repository at this point in the history
  2. chore(objstore/s): remove aws specific prefix length check

    Signed-off-by: Jared Allard <jaredallard@outlook.com>
    jaredallard committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    8e5d579 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    2120a04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a553dc0 View commit details
    Browse the repository at this point in the history