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

4 uses

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