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

4 uses

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