관리-도구
편집 파일: TokenSource.php
<?php namespace Aws\Token; enum TokenSource: string { case BEARER_SERVICE_ENV_VARS = 'bearer_service_env_vars'; }