SwiftのCLIを使用して、StorageGRIDシステムへの接続をテストし、システムに対するオブジェクトの読み取りと書き込みが可能であることを確認できます。
セキュリティを設定していない場合は、各コマンドに--insecureフラグを追加する必要があります。
swift -U <Tenant_Account_ID:User_Name> -K <User_Password> -A https://<FQDN | IP>:<Port>/info capabilities
touch test_object swift -U <Tenant_Account_ID:Account_User_Name> -K <User_Password> -A https://<FQDN | IP>:<Port>/auth/v1.0 upload test_container test_object --object-name test_object
swift -U <Tenant_Account_ID:Account_User_Name> -K <User_Password> -A https://<FQDN | IP>:<Port>/auth/v1.0 list test_container
swift -U <Tenant_Account_ID:Account_User_Name> -K <User_Password> -A https://<FQDN | IP>:<Port>/auth/v1.0 delete test_container test_object
swift -U <Tenant_Account_ID:Account_User_Name> -K <User_Password> -A https://<FQDN | IP>:<Port>/auth/v1.0 delete test_container