github.com/aws/aws-sdk-go-v2/service/s3.PutObjectInput.SSEKMSKeyId (field)

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_PutObject.go#L320: 	SSEKMSKeyId *string
		serializers.go#L7003: 	if v.SSEKMSKeyId != nil && len(*v.SSEKMSKeyId) > 0 {
		serializers.go#L7005: 		encoder.SetHeader(locationName).String(*v.SSEKMSKeyId)