Join the community today
Become a Member

Beta Branch update centmin.sh menu option 21, submenu option 2 in 130.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 5, 2023.

  1. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:15 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  2. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:15 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Follow-up update for prep work on new centmin.sh menu option 21 https://community.centminmod.com/th...ion-21-submenu-routine-in-130-00beta01.23773/

    This update for submenu option 4 completes all 1-7 options for Manage AWS CLI S3 Profile Credentials submenu :D
    Code (Text):
    --------------------------------------------------------
         Manage AWS CLI S3 Profile Credentials      
    --------------------------------------------------------
    1).   List Registered AWS CLI S3 Profiles
    2).   List AWS CLI S3 Profile Configuration
    3).   Create New AWS CLI S3 Profile
    4).   Edit Existing AWS CLI S3 Profile
    5).   Delete Existing AWS CLI S3 Profile
    6).   Export Existing AWS CLI S3 Profile
    7).   Backup All Existing AWS CLI S3 Profiles
    8).   Back to Main menu
    --------------------------------------------------------
    Enter option [ 1 - 8 ] 4
    --------------------------------------------------------
    

    Code (Text):
    Updating AWS CLI command line tool /usr/local/bin/aws
    
    Edit Existing AWS CLI S3 Profile
    
    Enter AWS CLI S3 Profile Name to Edit: r2
    Fetching current configuration for profile r2 ...
       s3.max_concurrent_requests: 2
       s3.multipart_threshold: 50MB
       s3.multipart_chunksize: 50MB
       s3.max_bandwidth:
       s3.addressing_style: path
       s3.use_accelerate_endpoint:
       s3.disable_ssl:
       s3.verify_ssl:
       region: auto
    
    Select the configuration option you want to edit:
    1)  s3.max_concurrent_requests
    2)  s3.multipart_threshold
    3)  s3.multipart_chunksize
    4)  s3.max_bandwidth
    5)  s3.addressing_style
    6)  s3.use_accelerate_endpoint (AWS S3 only)
    7)  s3.disable_ssl (AWS S3 only)
    8)  s3.verify_ssl (AWS S3 only)
    9)  region
    10) exit
    Enter the number of the option you want to edit [ 1 - 10 ]: 9
    
    Enter the new value for region: auto
    You have chosen to update region to auto
    Is this the correct update value? [y/n/exit]: y
    /usr/local/bin/aws configure set region "auto" --profile "r2"
    Updated region to auto for profile r2
    
    Check new value for region = auto for profile r2
    /usr/local/bin/aws configure get region --profile "r2"
    auto