Class RequestToServerSideEncryptionCustomerKeyConverter

java.lang.Object
cn.herodotus.oss.dialect.minio.converter.sse.RequestToServerSideEncryptionCustomerKeyConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,io.minio.ServerSideEncryptionCustomerKey>

public class RequestToServerSideEncryptionCustomerKeyConverter extends Object implements org.springframework.core.convert.converter.Converter<String,io.minio.ServerSideEncryptionCustomerKey>

Description: Minio Request 转 ServerSideEncryptionCustomerKey 转换器

Author:
: gengwei.zheng
Date:
: 2023/6/9 12:21
  • Constructor Details

    • RequestToServerSideEncryptionCustomerKeyConverter

      public RequestToServerSideEncryptionCustomerKeyConverter()
  • Method Details

    • convert

      public io.minio.ServerSideEncryptionCustomerKey convert(String customerKey)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<String,io.minio.ServerSideEncryptionCustomerKey>