alibabacloud_oss_v2/operations/bucket_style.py [27:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            headers=CaseInsensitiveDict({
                'Content-Type': 'application/xml',
            }),
            parameters={ 
                'style': '', 
            },
            bucket=request.bucket,
            op_metadata={'sub-resource': ['style', 'styleName']},
        ),
        custom_serializer=[
            serde_utils.add_content_md5
        ]
    )

    op_output = client.invoke_operation(op_input, **kwargs)

    return serde.deserialize_output(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



alibabacloud_oss_v2/operations/bucket_style.py [109:125]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            headers=CaseInsensitiveDict({
                'Content-Type': 'application/xml',
            }),
            parameters={ 
                'style': '', 
            },
            bucket=request.bucket,
            op_metadata={'sub-resource': ['style', 'styleName']},
        ),
        custom_serializer=[
            serde_utils.add_content_md5
        ]
    )

    op_output = client.invoke_operation(op_input, **kwargs)

    return serde.deserialize_output(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



