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

[release/2.7] Fix s3 driver for supporting ceph radosgw #3119

Merged
merged 2 commits into from Mar 11, 2020

Commits on Mar 10, 2020

  1. Fix s3 driver for supporting ceph radosgw

    Radosgw does not support S3 `GET Bucket` API v2 API but v1.
    This API has backward compatibility, so most of this API is working
    correctly but we can not get `KeyCount` in v1 API and which is only
    for v2 API.
    
    Signed-off-by: Eohyung Lee <liquidnuker@gmail.com>
    leoh0 authored and wy65701436 committed Mar 10, 2020
    Copy the full SHA
    0a1e4a5 View commit details
    Browse the repository at this point in the history
  2. S3 Driver: added comment for missing KeyCount workaround

    Signed-off-by: Thomas Berger <loki@lokis-chaos.de>
    Signed-off-by: wang yan <wangyan@vmware.com>
    tbe authored and wy65701436 committed Mar 10, 2020
    Copy the full SHA
    e2f006a View commit details
    Browse the repository at this point in the history