AWS SDK for Ruby With Wasabi
THIRD-PARTY STORAGE APPLICATIONS › Applications A › AWS Applications With Wasabi
Aws::Credentials.new('Wasabi-Access-Key', 'Wasabi-Secret-Key'),
endpoint: 'https://iam.wasabisys.com'
}
)
user_name = "User-Name"
def list_keys(iam, user_name)
begin
list_access_keys_response = iam.list_access_keys({ user_name: user_name })
if list_access