List of usage examples for com.amazonaws.services.s3.model GetObjectMetadataRequest withSSECustomerKey
public GetObjectMetadataRequest withSSECustomerKey(SSECustomerKey sseKey)
From source file:io.druid.storage.s3.CustomServerSideEncryption.java
License:Apache License
@Override public GetObjectMetadataRequest decorate(GetObjectMetadataRequest request) { return request.withSSECustomerKey(key); }