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 object prefix not being stripped for Dell ECS #561

Merged
merged 3 commits into from
Mar 1, 2021

Commits on Feb 26, 2021

  1. Fix object prefix not being stripped for Dell ECS

    This commit ensure that the same object prefix string is used to query and strip
    an object when listing all the objects in a bucket.
    
    Some S3 implementations (in this case Dell ECS) cannot be relied upon to return
    the correct `res.Prefix`. Dell ECS will return it URLencoded, e.g. "traceID%2F"
    instead of "traceID/".
    kradalby committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    ae8097b View commit details
    Browse the repository at this point in the history
  2. Add changelog

    kradalby committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    fbd64aa View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Update CHANGELOG.md

    Co-authored-by: Graham Reed <greed@7deadly.org>
    kradalby and greed42 authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    ec6acc8 View commit details
    Browse the repository at this point in the history