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

object: remove default value us-east-1 as region from s3 client #9754

Closed

Commits on Mar 7, 2022

  1. object: remove default value us-east-1 as region from s3 client

    Currently s3 client apis sets default value as `us-east-1`. This patch
    removes that, region need to map with zonegroup in the RGW server so we
    set that accordingly
    
    Signed-off-by: Jiffin Tony Thottan <thottanjiffin@gmail.com>
    thotz committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9f0cf1a View commit details
    Browse the repository at this point in the history
  2. docs: explain about region in storage class for OBC

    The default value for region in RGW is us-east-1, if users want to use
    other regions then they need to create zone/zonegroup accordingly before
    defining it in storage class.
    
    Fixes: rook#9486
    Signed-off-by: Jiffin Tony Thottan <thottanjiffin@gmail.com>
    thotz committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5a2f5ad View commit details
    Browse the repository at this point in the history