storage / Client / put_bucket_tagging

put_bucket_tagging

storage.Client.put_bucket_tagging(**kwargs)

バケットにタグ情報を付与します。タグ情報は上書きされます。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.put_bucket_tagging(
    Bucket='string',
    ContentMd5='string',
    Tagging={
        'ListOfRequestTagSet': [
            {
                'RequestTag': {
                    'Key': 'string',
                    'Value': 'string'
                }
            },
        ]
    }
)
Parameters:
  • Bucket (string) – [REQUIRED]

  • ContentMd5 (string) –

  • Tagging (dict) –

    • ListOfRequestTagSet (list) –

      • (dict) –

        • RequestTag (dict) –

          • Key (string) –

          • Value (string) –

Returns:

None