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

4 uses

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