github.com/aws/aws-sdk-go-v2/service/s3.GetObjectAttributesInput.SSECustomerAlgorithm (field)

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObjectAttributes.go#L194: 	SSECustomerAlgorithm *string
		serializers.go#L3612: 	if v.SSECustomerAlgorithm != nil && len(*v.SSECustomerAlgorithm) > 0 {
		serializers.go#L3614: 		encoder.SetHeader(locationName).String(*v.SSECustomerAlgorithm)