メインコンテンツまでスキップ

S3API(Get-bucket-versioning)がSGRID S3バケットのMFADeleteのステータスを表示できますか。

Views:
6
Visibility:
Public
Votes:
2
Category:
storagegrid-webscale<a>2009307752</a>
Specialty:
sgrid
Last Updated:

環境

  • StorageGRID ( SGRID )
  • MFA(多要素認証)Deleteの場合 

回答

いいえ。MSGRIDではMFADeleteがサポートされていないため、これはできません。

ラボのサンプル:

[root@host241 ~]# aws --endpoint-url  https://sg5:10443 --ca-bundle /root/.aws/sg5-10443.pem --profile sg5-tenant1-root s3api get-bucket-versioning --bucket bucket4
[root@host241 ~]#
[root@host241 ~]# aws --endpoint-url  https://sg5:10443 --ca-bundle /root/.aws/sg5-10443.pem --profile sg5-tenant1-root s3api put-bucket-versioning --bucket bucket4 --versioning-configuration Status=Enabled,MFADelete=Disabled
[root@host241 ~]#
[root@host241 ~]# aws --endpoint-url  https://sg5:10443 --ca-bundle /root/.aws/sg5-10443.pem --profile sg5-tenant1-root s3api get-bucket-versioning --bucket bucket4               {
"Status": "Enabled" 
}
[root@host241 ~]#
[root@host241 ~]# aws --endpoint-url  https://sg5:10443 --ca-bundle /root/.aws/sg5-10443.pem --profile sg5-tenant1-root s3api get-bucket-versioning --bucket bucket5
[root@host241 ~]#
[root@host241 ~]# aws --endpoint-url  https://sg5:10443 --ca-bundle /root/.aws/sg5-10443.pem --profile sg5-tenant1-root s3api put-bucket-versioning --bucket bucket5 --versioning-configuration Status=Enabled,MFADelete=Enabled

An error occurred (XNotImplemented) when calling the PutBucketVersioning operation: MfaDelete support not implemented  
[root@host241 ~]#
[root@host241 ~]# aws --endpoint-url  https://sg5:10443 --ca-bundle /root/.aws/sg5-10443.pem --profile sg5-tenant1-root s3api get-bucket-versioning --bucket bucket5
[root@host241 ~]#

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.