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

bugfix: S3C-2899 pass vFormat to listing params #1016

Merged
merged 2 commits into from
May 19, 2020

Commits on May 16, 2020

  1. bugfix: S3C-2899 update eslint-config-scality hash

    This to benefit from the longer line length allowed (80 -> 120)
    jonathan-gramain committed May 16, 2020
    Configuration menu
    Copy the full SHA
    bf43c84 View commit details
    Browse the repository at this point in the history
  2. bugfix: S3C-2899 pass vFormat to listing params

    Add an optional "vFormat" param to constructors of listing algo
    classes, to specify the versioning key format used by the bucket to
    list. Currently only v0 is supported.
    
    Code cleanups done in the listing classes to prepare support for the
    v1 format.
    jonathan-gramain committed May 16, 2020
    Configuration menu
    Copy the full SHA
    cf4d908 View commit details
    Browse the repository at this point in the history